Module: Mesa Branch: master Commit: afe24b94b3dee11ccda238ed82ed58ae46fb918b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afe24b94b3dee11ccda238ed82ed58ae46fb918b
Author: Jakob Bornecrantz <[email protected]> Date: Thu Feb 12 03:59:07 2009 +0100 egl: Doesn't depend on xorg or pixman --- 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 d2ea8d3..ea4cec0 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} ############################################# _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
