summaryrefslogtreecommitdiff
path: root/package/fltk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-01 14:12:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-01 14:12:48 +0200
commit438d7c2dcd3834a437bcfb844f65312d422fc09b (patch)
treea7d2f81ef68cbc14be62a93b75a2a1cf1d1040ee /package/fltk/Makefile
parent00d88c27e1e174364c3bb62576fbdce7c4bf1e91 (diff)
disable Xinerama
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 bc0607942..e829fcc57 100644
--- a/package/fltk/Makefile
+++ b/package/fltk/Makefile
@@ -30,6 +30,8 @@ ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp
endif
+CONFIGURE_ARGS+= --disable-xinerama
+
ifeq ($(ADK_COMPILE_LIBFLTK_WITH_UCLIBCXX),y)
CONFIGURE_ENV+= CXXFLAGS="-fno-threadsafe-statics -fno-builtin -nostdinc++ \
-I${STAGING_TARGET_DIR}/usr/include/uClibc++" \