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 793837 - gl: Add DRM cflags
gl: Add DRM cflags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-26 12:22 UTC by Carlos Rafael Giani
Modified: 2018-02-26 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for adding DRM cflags to gstgl (902 bytes, patch)
2018-02-26 12:23 UTC, Carlos Rafael Giani
committed Details | Review

Description Carlos Rafael Giani 2018-02-26 12:22:52 UTC
This prevents cross compilation errors like:

usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory

These are caused because gstgldisplay_gbm.h includes xf86drm.h .
Comment 1 Carlos Rafael Giani 2018-02-26 12:23:35 UTC
Created attachment 368933 [details] [review]
patch for adding DRM cflags to gstgl
Comment 2 Nicolas Dufresne (ndufresne) 2018-02-26 12:47:59 UTC
Thanks. 


commit ee5953765783fa6969e744c448660c010277853f
Author: Carlos Rafael Giani <dv@pseudoterminal.org>
Date:   Sun Feb 25 14:16:44 2018 +0100

    gl: Add DRM cflags
    
    This prevents cross compilation errors like:
    
    usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
    
    These are caused because gstgldisplay_gbm.h includes xf86drm.h .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793837