Merge pull request #4876 from mglae/le10_pixman_configure

pixman: package configuration is for configure, use it
This commit is contained in:
CvH 2021-01-06 21:01:39 +01:00 committed by GitHub
commit 6091594fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSI
PKG_DEPENDS_HOST="toolchain:host"
PKG_DEPENDS_TARGET="toolchain util-macros"
PKG_LONGDESC="Pixman is a generic library for manipulating pixel regions, contains low-level pixel manipulation routines."
PKG_TOOLCHAIN="configure"
if [ "$TARGET_ARCH" = arm ]; then
if target_has_feature neon; then