summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-02-10 20:19:20 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-22 03:26:29 +0000
commitcc3aeacab64a6928a903f1dbfeaa7c880a8de5a6 (patch)
tree23fc239f90ff596f94711037f0c8989fc4467e91 /src/gallium/auxiliary/pipe-loader/Makefile.am
parent6325fdd6cf69aeefdf54d5725ad1242844e4e2af (diff)
downloadexternal_mesa3d-cc3aeacab64a6928a903f1dbfeaa7c880a8de5a6.zip
external_mesa3d-cc3aeacab64a6928a903f1dbfeaa7c880a8de5a6.tar.gz
external_mesa3d-cc3aeacab64a6928a903f1dbfeaa7c880a8de5a6.tar.bz2
pipe-loader: introduce pipe_loader_sw_probe_xlib helper
Will be used in the upcoming patches. v2: handle xlib_create_sw_winsys failure, drop unneeded header Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> (v1)
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/Makefile.am')
-rw-r--r--src/gallium/auxiliary/pipe-loader/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am
index ccdbea5..232fe40 100644
--- a/src/gallium/auxiliary/pipe-loader/Makefile.am
+++ b/src/gallium/auxiliary/pipe-loader/Makefile.am
@@ -8,6 +8,10 @@ AM_CPPFLAGS = $(DEFINES) \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/winsys
+if NEED_WINSYS_XLIB
+AM_CPPFLAGS += -DHAVE_WINSYS_XLIB
+endif
+
noinst_LTLIBRARIES =
if HAVE_LOADER_GALLIUM