meson: gl: remove non-headers from gl_prototype_headers
authorChristoph Reiter <reiter.christoph@gmail.com>
Sun, 20 May 2018 11:37:07 +0000 (13:37 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 20 May 2018 13:41:41 +0000 (14:41 +0100)
This made the meson build install those files, while they aren't
installed with the autotools build.

https://bugzilla.gnome.org/show_bug.cgi?id=796274

gst-libs/gst/gl/meson.build

index 1df6555..95e1a51 100644 (file)
@@ -75,10 +75,8 @@ gl_prototype_headers = [
   'glprototypes/gles.h',
   'glprototypes/gstgl_compat.h',
   'glprototypes/gstgl_gles2compat.h',
-  'glprototypes/Makefile.am',
   'glprototypes/opengl.h',
   'glprototypes/query.h',
-  'glprototypes/README',
   'glprototypes/shaders.h',
   'glprototypes/sync.h',
   'glprototypes/vao.h',