From: Jakob Bornecrantz Date: Thu, 12 Feb 2009 02:59:07 +0000 (+0100) Subject: egl: Doesn't depend on xorg or pixman X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afe24b94b3dee11ccda238ed82ed58ae46fb918b;p=mesa.git egl: Doesn't depend on xorg or pixman --- 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} #############################################