File: no_eglfbdev.diff

package info (click to toggle)
mesa-demos 8.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,048 kB
  • sloc: ansic: 162,185; sh: 4,368; cpp: 1,614; makefile: 1,352; python: 74
file content (23 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
commit bd22f7d5cb176f68424d7d2463df34d19ffaf09c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Sep 1 19:38:48 2013 +0200

    Don't build the eglfbdev demo
    
    It does not compile on non-Linux architectures and is not installed
    anyway.

---
 src/egl/opengles1/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- a/src/egl/opengles1/Makefile.am
+++ b/src/egl/opengles1/Makefile.am
@@ -42,7 +42,6 @@
 	bindtex \
 	clear \
 	drawtex_x11 \
-	eglfbdev \
 	es1_info \
 	gears_x11 \
 	msaa \