[Bug 752688] wayland: improve check for wayland-scanner
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 21 14:50:51 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752688
--- Comment #1 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 307869
--> https://bugzilla.gnome.org/attachment.cgi?id=307869&action=edit
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list