diff options
Diffstat (limited to 'meta/packages/drm/libdrm-2.4.15/installtests.patch')
-rw-r--r-- | meta/packages/drm/libdrm-2.4.15/installtests.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/packages/drm/libdrm-2.4.15/installtests.patch b/meta/packages/drm/libdrm-2.4.15/installtests.patch new file mode 100644 index 0000000000..a16c8a738b --- /dev/null +++ b/meta/packages/drm/libdrm-2.4.15/installtests.patch | |||
@@ -0,0 +1,39 @@ | |||
1 | Index: libdrm-2.4.7/tests/Makefile.am | ||
2 | =================================================================== | ||
3 | --- libdrm-2.4.7.orig/tests/Makefile.am 2009-04-09 20:16:35.000000000 +0100 | ||
4 | +++ libdrm-2.4.7/tests/Makefile.am 2009-04-17 12:35:14.000000000 +0100 | ||
5 | @@ -4,7 +4,7 @@ | ||
6 | |||
7 | LDADD = $(top_builddir)/libdrm/libdrm.la | ||
8 | |||
9 | -noinst_PROGRAMS = \ | ||
10 | +bin_PROGRAMS = \ | ||
11 | dristat \ | ||
12 | drmstat | ||
13 | |||
14 | Index: libdrm-2.4.7/tests/modeprint/Makefile.am | ||
15 | =================================================================== | ||
16 | --- libdrm-2.4.7.orig/tests/modeprint/Makefile.am 2009-02-17 19:52:37.000000000 +0000 | ||
17 | +++ libdrm-2.4.7/tests/modeprint/Makefile.am 2009-04-17 12:35:32.000000000 +0100 | ||
18 | @@ -3,7 +3,7 @@ | ||
19 | -I$(top_srcdir)/libdrm/intel/ \ | ||
20 | -I$(top_srcdir)/libdrm | ||
21 | |||
22 | -noinst_PROGRAMS = \ | ||
23 | +bin_PROGRAMS = \ | ||
24 | modeprint | ||
25 | |||
26 | modeprint_SOURCES = \ | ||
27 | Index: libdrm-2.4.7/tests/modetest/Makefile.am | ||
28 | =================================================================== | ||
29 | --- libdrm-2.4.7.orig/tests/modetest/Makefile.am 2009-02-17 19:52:37.000000000 +0000 | ||
30 | +++ libdrm-2.4.7/tests/modetest/Makefile.am 2009-04-17 12:35:42.000000000 +0100 | ||
31 | @@ -4,7 +4,7 @@ | ||
32 | -I$(top_srcdir)/libdrm \ | ||
33 | $(CAIRO_CFLAGS) | ||
34 | |||
35 | -noinst_PROGRAMS = \ | ||
36 | +bin_PROGRAMS = \ | ||
37 | modetest | ||
38 | |||
39 | modetest_SOURCES = \ | ||