configure: fix build if wayland-client is not available
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 15 Nov 2016 17:48:15 +0000 (17:48 +0000)
committerLuis <luis@goodgumbo>
Tue, 15 Nov 2016 17:53:20 +0000 (18:53 +0100)
commitdfd86de67a8c04f6d15800ea554a049159b8c148
treed9b40421e6dda5579809b11b7dd973e37a6d189f
parent2132b6b4529841de3ac619022b261507c95629c8
configure: fix build if wayland-client is not available

Simplify the PKG_CHECK_MODULES related to Wayland to avoid the confusion
of NOT_FOUND cases when there are 3 nested checks. Group those 3 checks
together since there are no conditions specific to each one.

Thanks to https://ci.gstreamer.net/ for alerting of the problem.

https://bugzilla.gnome.org/show_bug.cgi?id=773927
configure.ac