configure: improve check for wayland-scanner binary
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 21 Jul 2015 21:02:38 +0000 (18:02 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 16 Feb 2016 15:23:45 +0000 (12:23 -0300)
commitb5a4de197a24016e6893b5428e893887b9443454
treeec00dbce92e1eb1e604a0dc21764cb97e66c8cea
parent0b7276d01a235c1af3c1e0df51e12612c1f965ba
configure: improve check for wayland-scanner binary

The plugin doesn't need the wayland-scanner package to be built
or run, it only needs the wayland-scanner program during compile time.

When cross-compiling, build systems might not have the wayland-scanner
package for the target system as it is a developer's tool, while it should
still be possible to use wayland-scanner from the host system.

This patch fixes it by not requiring the wayland-scanner package but
just the binary itself.

Note that the check is done outside of the PKG_CHECK_MODULES
as it doesn't work inside of it.

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