Mesa (master): gallium/xvmc: r300 and r600 now depend on libdrm_radeon

Alex Deucher agd5f at kemper.freedesktop.org
Sat Feb 11 15:57:47 UTC 2012


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

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Fri Feb 10 18:21:23 2012 -0500

gallium/xvmc: r300 and r600 now depend on libdrm_radeon

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=45907

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

---

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

diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile
index 43bc9ab..221335a 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 --libs) -lXfixes
+DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
 
 include ../Makefile.xvmc
 
diff --git a/src/gallium/targets/xvmc-r600/Makefile b/src/gallium/targets/xvmc-r600/Makefile
index d8638bf..6667120 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 --libs) -lXfixes
+DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
 
 include ../Makefile.xvmc
 




More information about the mesa-commit mailing list