Added -I/usr/X11R6/include to CFLAGS
authoretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 18:16:05 +0000 (18:16 +0000)
committeretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 18:16:05 +0000 (18:16 +0000)
trunk/evas/debian_gregale/rules

index 5920253..c1fa8e6 100755 (executable)
@@ -42,6 +42,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-software-16-x11                 \
                                                         --disable-sdl
 
 
+CFLAGS += -I/usr/X11R6/include
+
 DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))