Revert "meson: Install viv-fb GL headers, needed by i.MX"

Missing pkg-config files and gir files as is required from any public
facing GL API for bindings reasons.

This reverts commit c95b7b8e7a.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4657>
This commit is contained in:
Matthew Waters 2023-05-17 21:43:21 +10:00 committed by GStreamer Marge Bot
parent d784bbe6ca
commit 4306a6822d

View file

@ -929,11 +929,6 @@ if need_platform_egl != 'no' and need_win_viv_fb != 'no'
'viv-fb/gstglwindow_viv_fb_egl.c',
]
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
endif
endif