After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785010 - meson: Fix GLES2 check
meson: Fix GLES2 check
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-17 06:07 UTC by Edward Hervey
Modified: 2017-07-17 06:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: Fix GLES2 check (943 bytes, patch)
2017-07-17 06:07 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2017-07-17 06:07:09 UTC
See commit
Comment 1 Edward Hervey 2017-07-17 06:07:13 UTC
Created attachment 355730 [details] [review]
meson: Fix GLES2 check

On systems without pkg-config, we have the the library present but
not the headers
Comment 2 Edward Hervey 2017-07-17 06:57:39 UTC
commit 9da13282837067c0d8cc24bbfb11165cf1557a33
Author: Edward Hervey <edward@centricular.com>
Date:   Mon Jul 17 08:06:22 2017 +0200

    meson: Fix GLES2 check
    
    On systems without pkg-config, we have the the library present but
    not the headers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785010