[cairo] [PATCH 68/71] drm: gallium: fixed configure option help
Enrico Weigelt, metux IT consult
enrico.weigelt at gr13.net
Mon Apr 17 16:57:47 UTC 2017
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index eb64220b7..e8293b74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,7 +337,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(gallium, Gallium3D, no, [
if test "x$use_drm" = "xyes"; then
AC_ARG_WITH([gallium],
[AS_HELP_STRING([--with-gallium=/path/to/mesa],
- [directory to find gallium enabled mesa])],
+ [absolute path (gallium enabled) mesa source tree])],
[mesa_DIR="$withval"],
[mesa_DIR="`pwd`/../mesa"])
gallium_DIR="$mesa_DIR/src/gallium"
--
2.11.0.rc0.7.gbe5a750
More information about the cairo
mailing list