[Bug 767671] waylandsink: update from scaler protocol to viewporter protocol

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 2 09:46:07 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767671

--- Comment #4 from Vincent Abriou <vincent.abriou at st.com> ---
Review of attachment 329828:
 --> (https://bugzilla.gnome.org/review?bug=767671&attachment=329828)

::: configure.ac
@@ +2185,3 @@
+      if test "x$wayland_scanner" != "x"; then
+        HAVE_WAYLAND="yes"
+        AC_SUBST(WAYLAND_PROTOCOLS_DATADIR, `$PKG_CONFIG --variable=pkgdatadir
wayland-protocols`)

I test your patch and I faced an issue while building into OpenEmbedded
environment.
To get rid of this I have updated configure.ac in order to specify the
PKG_CONFIG_SYSROOT_DIR while retrieving WAYLAND_PROTOCOLS_DATADIR.

AC_SUBST(WAYLAND_PROTOCOLS_DATADIR, ${PKG_CONFIG_SYSROOT_DIR}`$PKG_CONFIG
--variable=pkgdatadir wayland-protocols`)

-- 
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