Revert "meson: Install viv-fb GL headers, needed by i.MX"
authorMatthew Waters <matthew@centricular.com>
Wed, 17 May 2023 11:43:21 +0000 (21:43 +1000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 17 May 2023 14:10:17 +0000 (14:10 +0000)
Missing pkg-config files and gir files as is required from any public
facing GL API for bindings reasons.

This reverts commit c95b7b8e7aa80276c0604dd3dd03eeda634f42b9.

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

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

index 5fc775d..1080b5d 100644 (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