Mesa (master): configure: add HAVE_GALLIUM_STATIC_TARGETS

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jun 19 11:47:19 UTC 2014


Module: Mesa
Branch: master
Commit: 949beb0b84bb5b6a24b62ca19df9d44ff64be120
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=949beb0b84bb5b6a24b62ca19df9d44ff64be120

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri May 16 15:09:26 2014 +0100

configure: add HAVE_GALLIUM_STATIC_TARGETS

Will be used to control the linking mode of pipe-drivers
in gallium targets.

Keep this hardcoded to static, as the pipe-drivers bare
an unstable interface which we do not want to expose to
the normal user.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 9c0c77d..8f86154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2057,6 +2057,10 @@ AM_CONDITIONAL(NEED_GALLIUM_SOFTPIPE_DRIVER, test "x$HAVE_GALLIUM_SVGA" = xyes -
 AM_CONDITIONAL(NEED_GALLIUM_LLVMPIPE_DRIVER, test "x$HAVE_GALLIUM_SOFTPIPE" = xyes \
                                                   && test "x$MESA_LLVM" = x1)
 
+# Enable static gallium targets for now.
+# Do not touch this unless you know what you are doing.
+AM_CONDITIONAL(HAVE_GALLIUM_STATIC_TARGETS, test "xyes" = xyes)
+
 # NOTE: anything using xcb or other client side libs ends up in separate
 #       _CLIENT variables.  The pipe loader is built in two variants,
 #       one that is standalone and does not link any x client libs (for




More information about the mesa-commit mailing list