g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeon
[mesa.git] / src / gallium / targets / xvmc-r300 / Makefile
index 4998f4dcab4bbf30e5fdba46c41d9d4373802847..a427fe1a3cbffc9288039de7c1fa903c4e4bfb9c 100644 (file)
@@ -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