Mesa (master): egl: Fix gallium build when EGL is not installed on system

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Jun 29 11:22:48 UTC 2010


Module: Mesa
Branch: master
Commit: 006d02a91108971f52b231b83504bad9a25fadf8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=006d02a91108971f52b231b83504bad9a25fadf8

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 29 12:28:41 2010 +0100

egl: Fix gallium build when EGL is not installed on system

---

 src/gallium/targets/egl/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/egl/Makefile b/src/gallium/targets/egl/Makefile
index b9db6bc..8f9eb52 100644
--- a/src/gallium/targets/egl/Makefile
+++ b/src/gallium/targets/egl/Makefile
@@ -20,6 +20,7 @@ ST_PREFIX := st_
 PIPE_PREFIX := pipe_
 
 common_CPPFLAGS := \
+	-I$(TOP)/include \
 	-I$(TOP)/src/gallium/auxiliary \
 	-I$(TOP)/src/gallium/drivers \
 	-I$(TOP)/src/gallium/include \
@@ -36,7 +37,7 @@ egl_CPPFLAGS := \
 	-I$(TOP)/src/gallium/state_trackers/egl \
 	-I$(TOP)/src/egl/main \
 	-DPIPE_PREFIX=\"$(PIPE_PREFIX)\" -DST_PREFIX=\"$(ST_PREFIX)\"
-egl_SYS := -lm -ldl -lEGL
+egl_SYS := -lm -ldl -L$(TOP)/$(LIB_DIR) -lEGL
 egl_LIBS := $(TOP)/src/gallium/state_trackers/egl/libegl.a
 
 ifneq ($(findstring x11, $(EGL_PLATFORMS)),)




More information about the mesa-commit mailing list