diff options
author | Alex Deucher <[email protected]> | 2012-02-10 18:21:23 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2012-02-11 10:57:24 -0500 |
commit | c565ff60d6fce8c3402e60e6475c03717b297965 (patch) | |
tree | 30c0799f15e61b38bf4a066f2be5be74045b660e /src/gallium/targets/xvmc-r600 | |
parent | d5a6c172547d8964f4d4bb79637651decaf9deee (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets/xvmc-r600')
-rw-r--r-- | src/gallium/targets/xvmc-r600/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-r600/Makefile b/src/gallium/targets/xvmc-r600/Makefile index d8638bf7f84..666712015d5 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 |