mesa: Upgrade Mesa for Raspberry Pi 4
[AGL/meta-agl.git] / meta-agl-bsp / meta-raspberrypi / recipes-graphics / mesa / mesa-demos / 0007-Install-few-more-test-programs.patch
1 From 2e0367a941445a862ab99c54ec85d1357d0f73c0 Mon Sep 17 00:00:00 2001
2 From: Martin Jansa <Martin.Jansa@gmail.com>
3 Date: Thu, 10 Jul 2014 14:30:52 +0200
4 Subject: [PATCH] Install few more test programs
5
6 Upstream-Status: Pending
7
8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9
10 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
11
12 ---
13  src/egl/opengl/Makefile.am | 3 +--
14  src/egl/openvg/Makefile.am | 2 +-
15  2 files changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am
18 index 6d184ff6..ab09d028 100644
19 --- a/src/egl/opengl/Makefile.am
20 +++ b/src/egl/opengl/Makefile.am
21 @@ -57,8 +57,7 @@ endif
22  
23  if HAVE_EGL
24  bin_PROGRAMS = \
25 -       eglinfo
26 -noinst_PROGRAMS = \
27 +       eglinfo \
28         peglgears \
29         $(EGL_DRM_DEMOS) \
30         $(EGL_X11_DEMOS) \
31 diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am
32 index b0f1212f..5fd1cf83 100644
33 --- a/src/egl/openvg/Makefile.am
34 +++ b/src/egl/openvg/Makefile.am
35 @@ -49,7 +49,7 @@ endif
36  
37  if HAVE_EGL
38  if HAVE_VG
39 -noinst_PROGRAMS = \
40 +bin_PROGRAMS = \
41         $(EGL_X11_DEMOS)
42  endif
43  endif