Ecore_X: For some very odd reason, certain *buntu systems will not

build our ecore_xcb without having pixman_clags & libs as separate
variables here...works on every other system I've tried, but eh it's
*buntu .. their stupid :P



SVN revision: 61796
This commit is contained in:
Christopher Michael 2011-07-27 07:40:19 +00:00
parent c3730e9748
commit a71c7d1f68
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ AM_CPPFLAGS = \
@XCB_CURSOR_CFLAGS@ \
@XCB_DRI_CFLAGS@ \
@XCB_CFLAGS@ \
@PIXMAN_CFLAGS@ \
-I$(top_srcdir)/src/lib/ecore \
-I$(top_srcdir)/src/lib/ecore_x \
-I$(top_srcdir)/src/lib/ecore_input \
@ -85,6 +86,7 @@ libecore_x_xcb_la_LIBADD = \
@XCB_CURSOR_LIBS@ \
@XCB_DRI_LIBS@ \
@XCB_LIBS@ \
@PIXMAN_LIBS@ \
$(top_builddir)/src/lib/ecore/libecore.la \
$(top_builddir)/src/lib/ecore_input/libecore_input.la \
@EINA_LIBS@ \