scons: Aggregate all tiny libraries in a single library.
[mesa.git] / src / gallium / winsys / drm / radeon / dri / SConscript
index aea987a3acaf4310d5ac9078bdffd167a686253c..c4989d1b595e1f252abd8efcfbdc104d6f203592 100644 (file)
@@ -13,5 +13,5 @@ drivers = [
 env.SharedLibrary(
     target ='radeon_dri.so',
     source = COMMON_GALLIUM_SOURCES,
-    LIBS = st_dri + radeonwinsys + mesa + drivers + auxiliaries + env['LIBS'],
+    LIBS = st_dri + radeonwinsys + mesa + drivers + gallium + env['LIBS'],
 )