[Bug 782922] build: Make gudev and libdrm checks reusable across plugins

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 21 15:14:36 UTC 2017


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #352293|none                        |needs-work
             status|                            |

--- Comment #3 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Review of attachment 352293:
 --> (https://bugzilla.gnome.org/review?bug=782922&attachment=352293)

This fails to build here.

::: configure.ac
@@ +2255,3 @@
 AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
+  if test "x$HAVE_DRM" = "xyes"; then
+    PKG_CHECK_MODULES(WAYLAND, wayland-client >= 1.4.0 wayland-protocols >=
1.4, [

This removes the drm cflags/libs from WAYLAND_CFLAGS/LIBS which breaks building
the wayland plugin.  Either DRM_CFLAGS/LIBS needs to be readded to
WAYLAND_CFLAGS/LIBS or DRM_CFLAGS/LIBS needs to be added to the flags
gst/wayland/Makefile.am like done for kms in this patch

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