egl: Doesn't depend on xorg or pixman
authorJakob Bornecrantz <wallbraker@gmail.com>
Thu, 12 Feb 2009 02:59:07 +0000 (03:59 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Thu, 12 Feb 2009 02:59:07 +0000 (03:59 +0100)
src/gallium/state_trackers/egl/Makefile

index d2ea8d3..ea4cec0 100644 (file)
@@ -13,7 +13,6 @@ CFLAGS += -g -Wall -Werror-implicit-function-declaration -fPIC \
           -I${TOP}/src/mesa \
           -I$(TOP)/include \
           -I$(TOP)/src/egl/main \
-          $(shell pkg-config --cflags pixman-1 xorg-server) \
           ${LIBDRM_CFLAGS}
 
 #############################################