diff options
author | Jakob Bornecrantz <[email protected]> | 2009-02-12 03:59:07 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-12 03:59:07 +0100 |
commit | afe24b94b3dee11ccda238ed82ed58ae46fb918b (patch) | |
tree | 689f1a26ccaa30a6713d955e675d91cdcdeccaa8 | |
parent | 8a2d0005af34cfaf88b2d70168fdfb2c91e79045 (diff) |
egl: Doesn't depend on xorg or pixman
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile index d2ea8d38578..ea4cec0bb84 100644 --- a/src/gallium/state_trackers/egl/Makefile +++ b/src/gallium/state_trackers/egl/Makefile @@ -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} ############################################# |