repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add grilo-plugins
[oi-userland.git]
/
components
/
x11
/
mesa-demos
/
patches
/
01-xdemos.patch
blob
aaa47c9e925c974a80ed2eb0d2fc9681264b4976
1
We just build and deliver glxinfo and glxgears
2
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 @@
6
7
subdir('util')
8
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')
17
-
18
- subdir('glsl')
19
- subdir('fp')
20
- subdir('fpglsl')
21
- subdir('vp')
22
- subdir('vpglsl')
23
- subdir('gs')
24
- subdir('tools')
25
-endif
26
-
27
-if dep_egl.found()
28
- subdir('egl')
29
-endif
30
-
31
if dep_x11.found()
32
subdir('xdemos')
33
endif
34
35
-if dep_osmesa.found()
36
- subdir('osdemos')
37
-endif
38
-
39
if host_machine.system() == 'windows'
40
subdir('wgl')
41
endif