summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
blob: b27d9eafa504bbd9f8e5eb371def437f622f1793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From 2e0367a941445a862ab99c54ec85d1357d0f73c0 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 10 Jul 2014 14:30:52 +0200
Subject: [PATCH] Install few more test programs

Upstream-Status: Pending

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>

---
 src/egl/opengl/Makefile.am | 3 +--
 src/egl/openvg/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am
index 6d184ff6..ab09d028 100644
--- a/src/egl/opengl/Makefile.am
+++ b/src/egl/opengl/Makefile.am
@@ -57,8 +57,7 @@ endif
 
 if HAVE_EGL
 bin_PROGRAMS = \
-	eglinfo
-noinst_PROGRAMS = \
+	eglinfo \
 	peglgears \
 	$(EGL_DRM_DEMOS) \
 	$(EGL_X11_DEMOS) \
diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am
index b0f1212f..5fd1cf83 100644
--- a/src/egl/openvg/Makefile.am
+++ b/src/egl/openvg/Makefile.am
@@ -49,7 +49,7 @@ endif
 
 if HAVE_EGL
 if HAVE_VG
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	$(EGL_X11_DEMOS)
 endif
 endif