Add grilo-plugins
[oi-userland.git] / components / x11 / mesa-demos / patches / 01-xdemos.patch
blobaaa47c9e925c974a80ed2eb0d2fc9681264b4976
1 We just build and deliver glxinfo and glxgears
3 --- a/src/meson.build 2023-03-02 09:32:40.781537018 -0800
4 +++ b/src/meson.build 2023-03-02 09:40:29.033966687 -0800
5 @@ -22,36 +22,10 @@
7 subdir('util')
9 -if dep_glut.found()
10 - subdir('demos')
11 - subdir('tests')
12 - subdir('trivial')
13 - subdir('redbook')
14 - subdir('samples')
15 - subdir('perf')
16 - subdir('objviewer')
18 - subdir('glsl')
19 - subdir('fp')
20 - subdir('fpglsl')
21 - subdir('vp')
22 - subdir('vpglsl')
23 - subdir('gs')
24 - subdir('tools')
25 -endif
27 -if dep_egl.found()
28 - subdir('egl')
29 -endif
31 if dep_x11.found()
32 subdir('xdemos')
33 endif
35 -if dep_osmesa.found()
36 - subdir('osdemos')
37 -endif
39 if host_machine.system() == 'windows'
40 subdir('wgl')
41 endif