summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch26
1 files changed, 12 insertions, 14 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch b/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
index 6b676cdd20..b27d9eafa5 100644
--- a/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
+++ b/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
@@ -1,4 +1,4 @@
1From c59e286fa4e818ca015dd40e4725636309970ea8 Mon Sep 17 00:00:00 2001 1From 2e0367a941445a862ab99c54ec85d1357d0f73c0 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Thu, 10 Jul 2014 14:30:52 +0200 3Date: Thu, 10 Jul 2014 14:30:52 +0200
4Subject: [PATCH] Install few more test programs 4Subject: [PATCH] Install few more test programs
@@ -8,27 +8,28 @@ Upstream-Status: Pending
8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 9
10Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 10Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
11
11--- 12---
12 src/egl/opengl/Makefile.am | 2 +- 13 src/egl/opengl/Makefile.am | 3 +--
13 src/egl/opengles1/Makefile.am | 10 ++++------ 14 src/egl/openvg/Makefile.am | 2 +-
14 src/egl/openvg/Makefile.am | 2 +- 15 2 files changed, 2 insertions(+), 3 deletions(-)
15 3 files changed, 6 insertions(+), 8 deletions(-)
16 16
17diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am 17diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am
18index fe7faa9..3e48141 100644 18index 6d184ff6..ab09d028 100644
19--- a/src/egl/opengl/Makefile.am 19--- a/src/egl/opengl/Makefile.am
20+++ b/src/egl/opengl/Makefile.am 20+++ b/src/egl/opengl/Makefile.am
21@@ -50,7 +50,7 @@ endif 21@@ -57,8 +57,7 @@ endif
22 endif
23 22
24 if HAVE_EGL 23 if HAVE_EGL
24 bin_PROGRAMS = \
25- eglinfo
25-noinst_PROGRAMS = \ 26-noinst_PROGRAMS = \
26+bin_PROGRAMS = \ 27+ eglinfo \
27 eglinfo \
28 peglgears \ 28 peglgears \
29 $(EGL_DRM_DEMOS) \ 29 $(EGL_DRM_DEMOS) \
30 $(EGL_X11_DEMOS) \
30diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am 31diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am
31index b0f1212..5fd1cf8 100644 32index b0f1212f..5fd1cf83 100644
32--- a/src/egl/openvg/Makefile.am 33--- a/src/egl/openvg/Makefile.am
33+++ b/src/egl/openvg/Makefile.am 34+++ b/src/egl/openvg/Makefile.am
34@@ -49,7 +49,7 @@ endif 35@@ -49,7 +49,7 @@ endif
@@ -40,6 +41,3 @@ index b0f1212..5fd1cf8 100644
40 $(EGL_X11_DEMOS) 41 $(EGL_X11_DEMOS)
41 endif 42 endif
42 endif 43 endif
43--
442.1.4
45