summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-06-01 13:26:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-02 10:23:50 +0100
commit6bf187a6c0f9974b8fe8d5ae796d8db8004d6c04 (patch)
tree5b9ec04176ce6aa502e0a44afbc92a0d30b6523c /meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
parent6560db9ddfd39a2715ede96430228306b00f53dd (diff)
downloadpoky-6bf187a6c0f9974b8fe8d5ae796d8db8004d6c04.tar.gz
mesa-demos: update to 8.4.0
(From OE-Core rev: fa51e660345ade5256a1c566ae387914ca1c109b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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