gl: don't install the viv-fb window header file
authorMatthew Waters <matthew@centricular.com>
Tue, 16 May 2023 12:09:48 +0000 (22:09 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 12 Jul 2023 12:45:04 +0000 (22:45 +1000)
It is not needed at all by any external implementations and should not
be exposed to the outside world.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4959>

subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build

index 8195157..cd9387c 100644 (file)
@@ -933,7 +933,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