projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2903289
)
configure: inform the user when we're building sw/kms-dri
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 13:06:23 +0000
(14:06 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 9 Sep 2014 18:39:37 +0000
(19:39 +0100)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 633dcc42eb41bafd2da76e99f17d2a76092f53fc..eb69cc6091a7e06ee37ef3efff83568d03bc58a2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1983,6
+1983,7
@@
if test -n "$with_gallium_drivers"; then
fi
if test "x$have_libdrm" = xyes; then
+ GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/kms-dri"
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri/kms-swrast"
fi
;;