Mesa (master): targets/{egl,gbm}: omit unneeded libdrm_radeon

Chia-I Wu olv at kemper.freedesktop.org
Fri Jul 29 01:25:03 UTC 2011


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Fri Jul 29 09:58:18 2011 +0900

targets/{egl,gbm}: omit unneeded libdrm_radeon

---

 src/gallium/targets/egl-static/Makefile |    2 --
 src/gallium/targets/gbm/Makefile        |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/targets/egl-static/Makefile b/src/gallium/targets/egl-static/Makefile
index 5b7b330..42d34b8 100644
--- a/src/gallium/targets/egl-static/Makefile
+++ b/src/gallium/targets/egl-static/Makefile
@@ -121,7 +121,6 @@ egl_CPPFLAGS += -D_EGL_PIPE_R300=1
 egl_LIBS += \
 	$(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
 	$(TOP)/src/gallium/drivers/r300/libr300.a
-egl_SYS += -ldrm_radeon
 endif
 
 # r600
@@ -130,7 +129,6 @@ egl_CPPFLAGS += -D_EGL_PIPE_R600=1
 egl_LIBS += \
 	$(TOP)/src/gallium/winsys/r600/drm/libr600winsys.a \
 	$(TOP)/src/gallium/drivers/r600/libr600.a
-egl_SYS += -ldrm_radeon
 endif
 
 # vmwgfx
diff --git a/src/gallium/targets/gbm/Makefile b/src/gallium/targets/gbm/Makefile
index 5310425..3ad3eca 100644
--- a/src/gallium/targets/gbm/Makefile
+++ b/src/gallium/targets/gbm/Makefile
@@ -79,13 +79,11 @@ nouveau_SYS = -ldrm_nouveau
 r300_LIBS = \
 	$(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
 	$(TOP)/src/gallium/drivers/r300/libr300.a
-r300_SYS = -ldrm_radeon
 
 # r600 pipe driver
 r600_LIBS = \
 	$(TOP)/src/gallium/winsys/r600/drm/libr600winsys.a \
 	$(TOP)/src/gallium/drivers/r600/libr600.a
-r600_SYS = -ldrm_radeon
 
 # vmwgfx pipe driver
 vmwgfx_LIBS = \




More information about the mesa-commit mailing list