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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 2 20:51:02 UTC 2016


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

--- Comment #5 from Scott D Phillips <scott.d.phillips at intel.com> ---
(In reply to Vincent Abriou from comment #4)
> Review of attachment 329828 [details] [review]:
> 
> ::: 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`)

Hmm, it seems that nowhere in any of the rest of the configure.ac's is that
incantation used, so it's surprising to me that this is the only place that is
broken for you.

Maybe it would be better to have your build script passed the
--with-pkg-config-path argument to set pkg-config dirs, or maybe set the
PKG_CONFIG variable to point to your desired copy of pkg-config.

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