diff options
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.patch | 53 |
1 files changed, 12 insertions, 41 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 89d2fac4fd..6b676cdd20 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,11 +1,13 @@ | |||
1 | From d930b2da57f7c9efb80c8cef8f8adad15bbbc0d3 Mon Sep 17 00:00:00 2001 | 1 | From c59e286fa4e818ca015dd40e4725636309970ea8 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Thu, 10 Jul 2014 14:30:52 +0200 | 3 | Date: Thu, 10 Jul 2014 14:30:52 +0200 |
4 | Subject: [PATCH 7/9] Install few more test programs | 4 | Subject: [PATCH] Install few more test programs |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
9 | |||
10 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
9 | --- | 11 | --- |
10 | src/egl/opengl/Makefile.am | 2 +- | 12 | src/egl/opengl/Makefile.am | 2 +- |
11 | src/egl/opengles1/Makefile.am | 10 ++++------ | 13 | src/egl/opengles1/Makefile.am | 10 ++++------ |
@@ -13,7 +15,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
13 | 3 files changed, 6 insertions(+), 8 deletions(-) | 15 | 3 files changed, 6 insertions(+), 8 deletions(-) |
14 | 16 | ||
15 | diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am | 17 | diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am |
16 | index 0c7228f..87b2f1a 100644 | 18 | index fe7faa9..3e48141 100644 |
17 | --- a/src/egl/opengl/Makefile.am | 19 | --- a/src/egl/opengl/Makefile.am |
18 | +++ b/src/egl/opengl/Makefile.am | 20 | +++ b/src/egl/opengl/Makefile.am |
19 | @@ -50,7 +50,7 @@ endif | 21 | @@ -50,7 +50,7 @@ endif |
@@ -22,42 +24,11 @@ index 0c7228f..87b2f1a 100644 | |||
22 | if HAVE_EGL | 24 | if HAVE_EGL |
23 | -noinst_PROGRAMS = \ | 25 | -noinst_PROGRAMS = \ |
24 | +bin_PROGRAMS = \ | 26 | +bin_PROGRAMS = \ |
25 | demo1 \ | 27 | eglinfo \ |
26 | demo2 \ | 28 | peglgears \ |
27 | demo3 \ | 29 | $(EGL_DRM_DEMOS) \ |
28 | diff --git a/src/egl/opengles1/Makefile.am b/src/egl/opengles1/Makefile.am | ||
29 | index 3455e75..516e516 100644 | ||
30 | --- a/src/egl/opengles1/Makefile.am | ||
31 | +++ b/src/egl/opengles1/Makefile.am | ||
32 | @@ -36,11 +36,11 @@ AM_LDFLAGS = \ | ||
33 | $(EGL_LIBS) \ | ||
34 | -lm | ||
35 | |||
36 | -noinst_PROGRAMS = | ||
37 | +bin_PROGRAMS = | ||
38 | |||
39 | if HAVE_EGL | ||
40 | if HAVE_GLESV1 | ||
41 | -noinst_PROGRAMS += \ | ||
42 | +bin_PROGRAMS += \ | ||
43 | drawtex_screen \ | ||
44 | gears_screen \ | ||
45 | torus_screen \ | ||
46 | @@ -57,10 +57,8 @@ torus_screen_LDADD = ../eglut/libeglut_screen.la | ||
47 | tri_screen_LDADD = ../eglut/libeglut_screen.la | ||
48 | |||
49 | if HAVE_X11 | ||
50 | -noinst_PROGRAMS += \ | ||
51 | - clear | ||
52 | - | ||
53 | -bin_PROGRAMS = \ | ||
54 | +bin_PROGRAMS += \ | ||
55 | + clear \ | ||
56 | bindtex \ | ||
57 | drawtex_x11 \ | ||
58 | eglfbdev \ | ||
59 | diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am | 30 | diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am |
60 | index 7318a43..b545225 100644 | 31 | index b0f1212..5fd1cf8 100644 |
61 | --- a/src/egl/openvg/Makefile.am | 32 | --- a/src/egl/openvg/Makefile.am |
62 | +++ b/src/egl/openvg/Makefile.am | 33 | +++ b/src/egl/openvg/Makefile.am |
63 | @@ -49,7 +49,7 @@ endif | 34 | @@ -49,7 +49,7 @@ endif |
@@ -66,9 +37,9 @@ index 7318a43..b545225 100644 | |||
66 | if HAVE_VG | 37 | if HAVE_VG |
67 | -noinst_PROGRAMS = \ | 38 | -noinst_PROGRAMS = \ |
68 | +bin_PROGRAMS = \ | 39 | +bin_PROGRAMS = \ |
69 | lion_screen \ | ||
70 | sp_screen \ | ||
71 | $(EGL_X11_DEMOS) | 40 | $(EGL_X11_DEMOS) |
41 | endif | ||
42 | endif | ||
72 | -- | 43 | -- |
73 | 2.0.0 | 44 | 2.1.4 |
74 | 45 | ||