OSDN Git Service

gallium/xvmc: r300 and r600 now depend on libdrm_radeon
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Feb 2012 23:21:23 +0000 (18:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 11 Feb 2012 15:57:24 +0000 (10:57 -0500)
Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=45907

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/targets/xvmc-r300/Makefile
src/gallium/targets/xvmc-r600/Makefile

index 43bc9ab..221335a 100644 (file)
@@ -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
 
index d8638bf..6667120 100644 (file)
@@ -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