[Bug 784026] New: gl: not finding bcm_host with meson

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 21 09:20:22 UTC 2017


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

            Bug ID: 784026
           Summary: gl: not finding bcm_host with meson
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gdesmott at gnome.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I'm trying to build gst-plugins-bad on the raspberry pi using meson with:

- c_args ['-I/opt/vc/include', '-I/opt/vc/include/interface/vcos/pthreads',
'-I/opt/vc/include/interface/vmcs_host/linux']
- c_link_args ['-L/opt/vc/lib']
- with_gl_api gles2
- with_gl_platform egl
- with_gl_winsys dispmanx

Meson isn't able to find bcm_host as no pkg-config file is provided. We use
AC_CHECK_LIB with the autotools so I think we should use cc.find_library()
instead of dependency()

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