summaryrefslogtreecommitdiff
path: root/package/fltk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-03 16:38:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-03 16:38:23 +0200
commit06ed419bb38af184702052b280eb1c4197070326 (patch)
treec27760148ec152080d85f6c905eeceec456f0825 /package/fltk/Makefile
parentdfb387ffa8db1f41c56699385b1325d5660be009 (diff)
parent806cefae6dd3c23390e422277ee8068bf29c2fbd (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fltk/Makefile')
-rw-r--r--package/fltk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile
index a09bd20f2..59c6cdcff 100644
--- a/package/fltk/Makefile
+++ b/package/fltk/Makefile
@@ -30,6 +30,8 @@ ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif
+CONFIGURE_ARGS+= --disable-xinerama
+
ifeq ($(ADK_COMPILE_LIBFLTK_WITH_UCLIBCXX),y)
CONFIGURE_ENV+= CXXFLAGS="${TARGET_CXXFLAGS} -fno-threadsafe-statics -fno-builtin -nostdinc++ \
-I${STAGING_TARGET_DIR}/usr/include/uClibc++" \