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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5020>
This commit is contained in:
Matthew Waters 2023-05-16 22:09:48 +10:00
parent 0502897d3f
commit ffb2e87fd4

View file

@ -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