From 26a88fdb7afbc08a4becffafd84a212caa48fba6 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 16 Jul 2020 18:07:34 +1000 Subject: [PATCH] build/gl: remove unused cocoa/win32 header variables We don't install any cocoa/win32 specific headers. Part-of: --- gst-libs/gst/gl/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index ef48507..e398232 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -98,8 +98,6 @@ gl_prototype_headers = [ gl_x11_headers = [] gl_wayland_headers = [] -gl_win32_headers = [] -gl_cocoa_headers = [] gl_egl_headers = [] glconf = configuration_data() @@ -955,7 +953,6 @@ if build_gstgl message('Building libgstgl with GL winsys: ' + ' '.join(enabled_gl_winsys)) install_headers(gl_headers, subdir : 'gstreamer-1.0/gst/gl') - install_headers(gl_cocoa_headers, subdir : 'gstreamer-1.0/gst/gl/cocoa') install_headers(gl_egl_headers, subdir : 'gstreamer-1.0/gst/gl/egl') install_headers(gl_prototype_headers, subdir : 'gstreamer-1.0/gst/gl/glprototypes') install_headers(gl_x11_headers, subdir : 'gstreamer-1.0/gst/gl/x11') @@ -991,7 +988,7 @@ if build_gstgl gl_lib_deps, gl_platform_deps, gl_winsys_deps, gl_misc_deps]) if build_gir gl_gir = gnome.generate_gir(gstgl, - sources : gl_sources + [gl_enumtypes_h] + [gl_enumtypes_c] + gir_gl_headers + gl_x11_headers + gl_wayland_headers + gl_win32_headers + gl_cocoa_headers + gl_egl_headers, + sources : gl_sources + [gl_enumtypes_h] + [gl_enumtypes_c] + gir_gl_headers + gl_x11_headers + gl_wayland_headers + gl_egl_headers, namespace : 'GstGL', nsversion : api_version, identifier_prefix : 'Gst', -- 2.7.4