From 36e92a0494f8a4d2d840d08ffece6719bc8260d6 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 31 Mar 2010 21:27:07 +0100 Subject: libgl-xlib: Fix missing X11 symbols. --- src/gallium/targets/libgl-xlib/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index efa7e797d1..c1614d4a9f 100644 --- a/src/gallium/targets/libgl-xlib/SConscript +++ b/src/gallium/targets/libgl-xlib/SConscript @@ -43,6 +43,8 @@ sources = [ 'xlib.c', ] +env.Tool('x11') + if 'softpipe' in env['drivers']: env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE') env.Prepend(LIBS = [softpipe]) -- cgit v1.2.3