summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2015-06-10 23:35:04 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-06-12 15:32:18 +0100
commit634f2002563b4fca68490c0a39518ea838f28fb1 (patch)
tree8e64647bd1347bcd64a7915de6b7eb08397cfdd8 /src/mesa/drivers/dri/i965/Makefile.am
parent83b5648a1e0b7c21536af18c0d29da2f2a31215e (diff)
downloadexternal_mesa3d-634f2002563b4fca68490c0a39518ea838f28fb1.zip
external_mesa3d-634f2002563b4fca68490c0a39518ea838f28fb1.tar.gz
external_mesa3d-634f2002563b4fca68490c0a39518ea838f28fb1.tar.bz2
mesa: build xmlconfig to a separate static library
As we use the file from both the dri modules and loader, we end up with multiple definition of the symbols provided in our gallium dri modules. Additionally we compile the file twice. Resolve both issues, effectively enabling the build on toolchains which don't support -Wl,--allow-multiple-definition. v2: [Emil Velikov] - Fix the Scons/Android build. - Resolve libgbm build issues (bring back the missing -lm) Cc: Julien Isorce <j.isorce@samsung.com> Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90310 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90905 Acked-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 235bcfe..566f2ddd 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -48,6 +48,7 @@ libi965_dri_la_LIBADD = $(INTEL_LIBS)
TEST_LIBS = \
libi965_dri.la \
../common/libdricommon.la \
+ ../common/libxmlconfig.la \
../common/libmegadriver_stub.la \
../../../libmesa.la \
$(DRI_LIB_DEPS) \