diff options
Diffstat (limited to 'package/pixman')
-rw-r--r-- | package/pixman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pixman/Makefile b/package/pixman/Makefile index 835dd3242..71cca40fb 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -22,6 +22,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call HOST_template,PIXMAN,pixman,$(PKG_VERSION)-${PKG_RELEASE})) $(eval $(call PKG_template,PIXMAN,pixman,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) +HOST_STYLE:= auto CONFIGURE_ARGS+= --disable-gtk \ --disable-arm-iwmmxt |