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 | 74 |
1 files changed, 74 insertions, 0 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 new file mode 100644 index 0000000000..89d2fac4fd --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch | |||
@@ -0,0 +1,74 @@ | |||
1 | From d930b2da57f7c9efb80c8cef8f8adad15bbbc0d3 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 7/9] Install few more test programs | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
9 | --- | ||
10 | src/egl/opengl/Makefile.am | 2 +- | ||
11 | src/egl/opengles1/Makefile.am | 10 ++++------ | ||
12 | src/egl/openvg/Makefile.am | 2 +- | ||
13 | 3 files changed, 6 insertions(+), 8 deletions(-) | ||
14 | |||
15 | diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am | ||
16 | index 0c7228f..87b2f1a 100644 | ||
17 | --- a/src/egl/opengl/Makefile.am | ||
18 | +++ b/src/egl/opengl/Makefile.am | ||
19 | @@ -50,7 +50,7 @@ endif | ||
20 | endif | ||
21 | |||
22 | if HAVE_EGL | ||
23 | -noinst_PROGRAMS = \ | ||
24 | +bin_PROGRAMS = \ | ||
25 | demo1 \ | ||
26 | demo2 \ | ||
27 | demo3 \ | ||
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 | ||
60 | index 7318a43..b545225 100644 | ||
61 | --- a/src/egl/openvg/Makefile.am | ||
62 | +++ b/src/egl/openvg/Makefile.am | ||
63 | @@ -49,7 +49,7 @@ endif | ||
64 | |||
65 | if HAVE_EGL | ||
66 | if HAVE_VG | ||
67 | -noinst_PROGRAMS = \ | ||
68 | +bin_PROGRAMS = \ | ||
69 | lion_screen \ | ||
70 | sp_screen \ | ||
71 | $(EGL_X11_DEMOS) | ||
72 | -- | ||
73 | 2.0.0 | ||
74 | |||