diff options
Diffstat (limited to 'package/pixman/Makefile')
-rw-r--r-- | package/pixman/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pixman/Makefile b/package/pixman/Makefile index f493ef9ba..ae13db9b8 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -22,7 +22,6 @@ include $(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 |