Dash:
[t2.git] / package / multimedia / gst-plugins-base / hotfix-gl.patch
blob75e5d055e136ffd0dfddfb70e1f4523bf2ad2070
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gst-plugins-base/hotfix-gl.patch
3 # Copyright (C) 2021 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- gst-plugins-base-1.18.5/gst-libs/gst/gl/meson.build.vanilla 2021-12-27 13:38:23.917073536 +0100
15 +++ gst-plugins-base-1.18.5/gst-libs/gst/gl/meson.build 2021-12-27 13:38:39.161072928 +0100
16 @@ -293,16 +293,7 @@
17 #endif
18 '''
20 -# convoluted way of getting at the subproject taking into account the wrap-mode
21 -# so we don't download a subproject unless allowed
22 -gl_header_dep = dependency('', fallback : ['gl-headers', 'gl_headers_dummy_dep'],
23 - required : false)
24 -if gl_header_dep.type_name() == 'internal'
25 - # this will only contain the includes of headers that are not found
26 - compat_includes = subproject('gl-headers').get_variable('compatibility_includes')
27 -else
28 compat_includes = []
29 -endif
31 # Desktop OpenGL checks
32 gl_dep = unneeded_dep