Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / winsys / drm / radeon / dri / SConscript
index f2cdee97d9207ed5aa995ef4a4f67f8d81206824..aea987a3acaf4310d5ac9078bdffd167a686253c 100644 (file)
@@ -2,7 +2,10 @@ Import('*')
 
 env = drienv.Clone()
 
+env.ParseConfig('pkg-config --cflags --libs libdrm_radeon')
+
 drivers = [
+    trace,
     softpipe,
     r300
 ]
@@ -10,5 +13,5 @@ drivers = [
 env.SharedLibrary(
     target ='radeon_dri.so',
     source = COMMON_GALLIUM_SOURCES,
-    LIBS = drivers + mesa + auxiliaries + env['LIBS'],
+    LIBS = st_dri + radeonwinsys + mesa + drivers + auxiliaries + env['LIBS'],
 )