summaryrefslogtreecommitdiff
path: root/package/cairo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:29:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:29:44 +0100
commita60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch)
tree6256c2f07571ae20f424c39b247752b5e32ea226 /package/cairo/Makefile
parente17110aeb3863c1292eb3e58b7597174bea6cc85 (diff)
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r--package/cairo/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile
index 4d85da167..82b3d14d8 100644
--- a/package/cairo/Makefile
+++ b/package/cairo/Makefile
@@ -45,10 +45,6 @@ HOST_CONFIGURE_ARGS+= --enable-ft=yes \
--disable-test-surfaces \
--disable-full-testing
-ifeq (,$(filter arm,$(ADK_TARGET_ARCH)))
-TARGET_CFLAGS:= $(filter-out -Os,$(TARGET_CFLAGS))
-endif
-
ifneq ($(ADK_PACKAGE_CAIRO_WITH_XRENDER),)
CONFIGURE_ARGS+= --enable-xlib-xrender=yes
else