projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c0c63
)
libkms: Enable by default
author
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 18 Feb 2010 12:27:29 +0000
(13:27 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 18 Feb 2010 12:29:30 +0000
(13:29 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f152f24
..
ef7700f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-45,9
+45,9
@@
AC_ARG_ENABLE(udev, AS_HELP_STRING([--enable-udev],
[UDEV=$enableval], [UDEV=no])
AC_ARG_ENABLE(libkms,
- AS_HELP_STRING([--
en
able-libkms],
- [
Enable KMS mm abstraction library (default: dis
abled)]),
- [LIBKMS=$enableval], [LIBKMS=
no
])
+ AS_HELP_STRING([--
dis
able-libkms],
+ [
Disable KMS mm abstraction library (default: en
abled)]),
+ [LIBKMS=$enableval], [LIBKMS=
yes
])
AC_ARG_ENABLE(intel,
AS_HELP_STRING([--disable-intel],