[Bug 796885] gst-plugins-base: Yocto build error: 'gbm.h' not found, 'EGL_PLATFORM_GBM_MESA' undeclared

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 30 03:15:49 UTC 2018


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

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

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

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

Not quite :)

::: gst-libs/gst/gl/Makefile.am
@@ +163,3 @@
     $(GST_ALL_LDFLAGS) \
+    $(GST_LT_LDFLAGS) \
+    $(GBM_LDFLAGS)

$GBM_LDFLAGS) isn't something that's set in configure.  You want to add
$(GBM_LIBS) to the libgstgl_ at GST_API_VERSION@_la_LIBS variable instead.

::: gst-libs/gst/gl/egl/Makefile.am
@@ +32,3 @@
     $(GST_LIB_LDFLAGS) \
+    $(GST_ALL_LDFLAGS) \
+    $(GBM_LDFLAGS)

ditto

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