Mesa (master): g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeon

Christian König deathsimple at kemper.freedesktop.org
Fri Jul 15 08:46:43 UTC 2011


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

Author: Christian König <deathsimple at vodafone.de>
Date:   Fri Jul 15 10:45:31 2011 +0200

g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeon

---

 src/gallium/targets/va-r300/Makefile    |    2 +-
 src/gallium/targets/va-r600/Makefile    |    2 +-
 src/gallium/targets/vdpau-r300/Makefile |    2 +-
 src/gallium/targets/vdpau-r600/Makefile |    2 +-
 src/gallium/targets/xvmc-r300/Makefile  |    2 +-
 src/gallium/targets/xvmc-r600/Makefile  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/gallium/targets/va-r300/Makefile b/src/gallium/targets/va-r300/Makefile
index 55c9504..c4b8fe7 100644
--- a/src/gallium/targets/va-r300/Makefile
+++ b/src/gallium/targets/va-r300/Makefile
@@ -19,7 +19,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.va
 
diff --git a/src/gallium/targets/va-r600/Makefile b/src/gallium/targets/va-r600/Makefile
index 03ca8ed..28797ad 100644
--- a/src/gallium/targets/va-r600/Makefile
+++ b/src/gallium/targets/va-r600/Makefile
@@ -19,7 +19,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.va
 
diff --git a/src/gallium/targets/vdpau-r300/Makefile b/src/gallium/targets/vdpau-r300/Makefile
index 4fc1291..fd4110b 100644
--- a/src/gallium/targets/vdpau-r300/Makefile
+++ b/src/gallium/targets/vdpau-r300/Makefile
@@ -20,7 +20,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes $(LLVM_LIBS)
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.vdpau
 
diff --git a/src/gallium/targets/vdpau-r600/Makefile b/src/gallium/targets/vdpau-r600/Makefile
index 07d4072..0fd817b 100644
--- a/src/gallium/targets/vdpau-r600/Makefile
+++ b/src/gallium/targets/vdpau-r600/Makefile
@@ -15,7 +15,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.vdpau
 
diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile
index 4998f4d..a427fe1 100644
--- a/src/gallium/targets/xvmc-r300/Makefile
+++ b/src/gallium/targets/xvmc-r300/Makefile
@@ -15,7 +15,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.xvmc
 
diff --git a/src/gallium/targets/xvmc-r600/Makefile b/src/gallium/targets/xvmc-r600/Makefile
index 63b3f28..0bb72f1 100644
--- a/src/gallium/targets/xvmc-r600/Makefile
+++ b/src/gallium/targets/xvmc-r600/Makefile
@@ -15,7 +15,7 @@ C_SOURCES = \
 	$(COMMON_GALLIUM_SOURCES) \
 	$(DRIVER_SOURCES)
 
-DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
+DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
 
 include ../Makefile.xvmc
 




More information about the mesa-commit mailing list