summaryrefslogtreecommitdiff
path: root/package/cairo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:09 +0200
commit63c6929d36e5b5802c0983932a3d69e23f330bb5 (patch)
tree57de1bd67fa01fb35ced66d8907fd926c66adfe5 /package/cairo/Makefile
parentc4ef12b64426763670dcae46219b766ba2f490cd (diff)
fix allconfig for foxg20
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r--package/cairo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile
index 503468257..f25372af8 100644
--- a/package/cairo/Makefile
+++ b/package/cairo/Makefile
@@ -28,6 +28,9 @@ $(eval $(call PKG_template,CAIRO,cairo,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN
$(eval $(call PKG_template,CAIRO_DEV,cairo-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_CAIRO_DEV},${PKGSC_CAIRO_DEV},${PKG_OPTS}))
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
+ifeq ($(TARGET_ARCH),arm)
+TARGET_CFLAGS:= $(filter-out -Os,$(TARGET_CFLAGS))
+endif
CONFIGURE_ARGS+= --enable-ft=yes \
--enable-tee=yes \
--enable-xlib=yes