From 103f884d99a96c1d20546ff625b046bff5252cb7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 20 May 2018 13:37:07 +0200 Subject: [PATCH] meson: gl: remove non-headers from gl_prototype_headers 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 1df6555012..95e1a51e8f 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -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',