d6acf2835b
Change build system to meson which was introduced in 8.5.0 and in the next releases will become the only build system for mesa-demos. Rebase patching out some demos for legal reasons. Signed-off-by: Erico Nunes <ernunes@redhat.com>
29 lines
540 B
Diff
29 lines
540 B
Diff
diff --git a/src/demos/meson.build b/src/demos/meson.build
|
|
index 8f01036b..929f5405 100644
|
|
--- a/src/demos/meson.build
|
|
+++ b/src/demos/meson.build
|
|
@@ -28,7 +28,6 @@ progs = [
|
|
'copypix',
|
|
'cubemap',
|
|
'cuberender',
|
|
- 'dinoshade',
|
|
'dissolve',
|
|
'drawpix',
|
|
'engine',
|
|
@@ -52,7 +51,6 @@ progs = [
|
|
'multiarb',
|
|
'paltex',
|
|
'pixeltest',
|
|
- 'pointblast',
|
|
'projtex',
|
|
'ray',
|
|
'readpix',
|
|
@@ -61,7 +59,6 @@ progs = [
|
|
'shadowtex',
|
|
'singlebuffer',
|
|
'spectex',
|
|
- 'spriteblast',
|
|
'stex3d',
|
|
'teapot',
|
|
'terrain',
|