libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link time
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sun, 13 Jan 2013 23:05:17 +0000 (23:05 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 15 Jan 2013 10:43:33 +0000 (10:43 +0000)
commit77dd50d020da587445e8ccd38a0cc3d0484c8065
tree672cd5aaa470015be3a21e17084d1219ad2092bf
parent8443b59a5bca9d4e5a2f700fc3e181cf634ff2b7
libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link time

Since automake changes, softpipe and llvmpipe are mutually exclusive at link
time.  This doesn't make much sense to me as we can choose between them at
run-time using GALLIUM_DRIVER.

Creating library file: .libs/libGL.dll.a
.libs/xlib.o: In function `sw_screen_create_named':
/jhbuild/checkout/mesa/mesa/src/gallium/targets/libgl-xlib/../../../../src/gallium/auxiliary/target-helpers/inline_sw_helper.h:35:
undefined reference to `_softpipe_create_screen'

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/targets/libgl-xlib/Makefile.am