From ffb2e87fd44cc134b50e0ae5fe9746c4e75460c9 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 16 May 2023 22:09:48 +1000 Subject: [PATCH] gl: don't install the viv-fb window header file It is not needed at all by any external implementations and should not be exposed to the outside world. Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build index 5687bbc01a..451a21c4d8 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build @@ -937,7 +937,6 @@ if need_platform_egl != 'no' and need_win_viv_fb != 'no' gl_cpp_args += ['-DEGL_API_FB'] gl_viv_fb_headers = [ 'viv-fb/gstgldisplay_viv_fb.h', - 'viv-fb/gstglwindow_viv_fb_egl.h', ] install_headers(gl_viv_fb_headers, subdir : 'gstreamer-1.0/gst/gl/viv-fb') endif