pixman: package configuration is for configure, use it

This commit is contained in:
mglae 2021-01-06 17:46:52 +01:00
parent 5cee06d72b
commit b72c65224d

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_HOST="toolchain:host"
PKG_DEPENDS_TARGET="toolchain util-macros" PKG_DEPENDS_TARGET="toolchain util-macros"
PKG_LONGDESC="Pixman is a generic library for manipulating pixel regions, contains low-level pixel manipulation routines." 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_ARCH" = arm ]; then
if target_has_feature neon; then if target_has_feature neon; then