summaryrefslogtreecommitdiff
path: root/package/cairo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:47:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:47:02 +0200
commit85fcbf5820f4efccf5d3c6b0428a998dfd8ac404 (patch)
tree0143d6b9e15eb551ab7da74fd63038aa4f6b0cf8 /package/cairo/Makefile
parent4d875652916825143d98873a88df0437f73858aa (diff)
fix more users of
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r--package/cairo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile
index 47728289f..3f7d5818a 100644
--- a/package/cairo/Makefile
+++ b/package/cairo/Makefile
@@ -35,7 +35,7 @@ HOST_CONFIGURE_ARGS+= --enable-ft=yes \
--disable-test-surfaces \
--disable-full-testing
-ifeq (,$(filter arm,$(TARGET_ARCH)))
+ifeq (,$(filter arm,$(ADK_TARGET_ARCH)))
TARGET_CFLAGS:= $(filter-out -Os,$(TARGET_CFLAGS))
endif
CONFIGURE_ARGS+= --enable-ft=yes \