projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b8cd49
)
configure: Require libudev for drm & wayland egl platforms
author
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Sat, 2 Jul 2011 11:46:42 +0000
(13:46 +0200)
committer
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Sat, 2 Jul 2011 12:01:07 +0000
(14:01 +0200)
NOTE: This is a candidate for the 7.11 branch.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 74a511edd2b16a5f9acdf780302006b35f0b5439..7d0f3d8ba5c246f2a39461cb4767de457eb06775 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1724,6
+1724,10
@@
yes)
if test "$plat" = "drm" && test "x$enable_gbm" = "xno"; then
AC_MSG_ERROR([EGL platform drm needs gbm])
fi
+ case "$plat$have_libudev" in
+ waylandno|drmno)
+ AC_MSG_ERROR([cannot build $plat platfrom without udev]) ;;
+ esac
done
EGL_PLATFORMS="$egl_platforms"
;;