put x11 workaround back
authored_ <bartosh@gmail.com>
Mon, 10 Dec 2007 21:56:55 +0000 (21:56 +0000)
committered_ <bartosh@gmail.com>
Mon, 10 Dec 2007 21:56:55 +0000 (21:56 +0000)
trunk/ecore/debian/rules

index 8a138c6..8c862b4 100755 (executable)
@@ -18,6 +18,8 @@ DEB_CONFIGURE_SCRIPT_ENV += CURL_LIBS="-lcurl"
 
 DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
+CFLAGS += -I/usr/X11R6/include
+
 ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))
        CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant
        ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))