summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-27 13:14:26 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-27 13:16:01 -0500
commitd796188cf168588c24f1117b5dcbc91ba342819b (patch)
tree9056fc756780ac9e085fcf22e53c95e42f619b02
parentfbc2375d57ec07db75e2d73b4a6c672c3c83f040 (diff)
meson: Don't install GL GBM headers
-rw-r--r--gst-libs/gst/gl/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build
index f8298f2b2..9879659e9 100644
--- a/gst-libs/gst/gl/meson.build
+++ b/gst-libs/gst/gl/meson.build
@@ -88,7 +88,6 @@ gl_wayland_headers = []
gl_win32_headers = []
gl_cocoa_headers = []
gl_egl_headers = []
-gl_gbm_headers = []
glconf = configuration_data()
glconf_options = [
@@ -622,9 +621,6 @@ if need_win_gbm != 'no'
'gbm/gstgl_gbm_utils.c',
'gbm/gstglwindow_gbm_egl.c',
]
- gl_gbm_headers += [
- 'gbm/gstgldisplay_gbm.h'
- ]
enabled_gl_winsys += 'gbm'
gl_winsys_deps += [gbm_gudev_dep, gbm_libdrm_dep, gbm_dep]
glconf.set('GST_GL_HAVE_WINDOW_GBM', 1)
@@ -707,7 +703,6 @@ if build_gstgl
install_headers(gl_prototype_headers, subdir : 'gstreamer-1.0/gst/gl/glprototypes')
install_headers(gl_x11_headers, subdir : 'gstreamer-1.0/gst/gl/x11')
install_headers(gl_wayland_headers, subdir : 'gstreamer-1.0/gst/gl/wayland')
- install_headers(gl_gbm_headers, subdir : 'gstreamer-1.0/gst/gl/gbm')
configure_file(input : 'gstglconfig.h.meson',
output : 'gstglconfig.h',