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/4959>
This commit is contained in:
Matthew Waters 2023-05-16 22:09:48 +10:00
parent bd7c1adba9
commit 64ebf6cc67

View 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