projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3909f
)
configure.ac: Bump Wayland requirement to 1.2.0
author
Fabio Pedretti
<fabio.ped@libero.it>
Mon, 12 Aug 2013 11:48:04 +0000
(13:48 +0200)
committer
Chad Versace
<chad.versace@linux.intel.com>
Tue, 27 Aug 2013 15:40:40 +0000
(08:40 -0700)
Since 8d29b52 wayland 1.2.0 is required.
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e20a228
..
b19ab18
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1444,7
+1444,7
@@
egl_platforms=`IFS=', '; echo $with_egl_platforms`
for plat in $egl_platforms; do
case "$plat" in
wayland)
- PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.
0.2 wayland-server >= 1.0.2
])
+ PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.
2.0 wayland-server >= 1.2.0
])
GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland"
WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client`