configure: fix build if libdrm is not available
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 15 Nov 2016 11:59:45 +0000 (11:59 +0000)
committerLuis <luis@goodgumbo>
Tue, 15 Nov 2016 15:01:22 +0000 (16:01 +0100)
commit2132b6b4529841de3ac619022b261507c95629c8
tree032427386ccbeecd3d03d935d4b916aefdc2a3f3
parent9f690fa241d32ff53aa26819a84f97717a338387
configure: fix build if libdrm is not available

If the NOT_FOUND part of the check PKG_CHECK_MODULES is not written, it
defaults to error. Addind the else clause of this check as
HAVE_WAYLAND="no"

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