mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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
This commit is contained in:
parent
783e450a60
commit
ee59537657
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ libgstgl_@GST_API_VERSION@_la_CFLAGS = \
|
|||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(DRM_CFLAGS) \
|
||||
$(GL_CFLAGS)
|
||||
|
||||
libgstgl_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue