diff options
Diffstat (limited to 'meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch b/meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch deleted file mode 100644 index 9d6a168bbc..0000000000 --- a/meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 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 | @@ -6,10 +6,11 @@ | ||
| 6 | |||
| 7 | LDADD = $(top_builddir)/libdrm.la | ||
| 8 | |||
| 9 | -check_PROGRAMS = \ | ||
| 10 | +bin_PROGRAMS = \ | ||
| 11 | dristat \ | ||
| 12 | drmstat | ||
| 13 | |||
| 14 | +check_PROGRAMS = | ||
| 15 | SUBDIRS = | ||
| 16 | |||
| 17 | if HAVE_LIBKMS | ||
| 18 | Index: libdrm-2.4.7/tests/modeprint/Makefile.am | ||
| 19 | =================================================================== | ||
| 20 | --- libdrm-2.4.7.orig/tests/modeprint/Makefile.am 2009-02-17 19:52:37.000000000 +0000 | ||
| 21 | +++ libdrm-2.4.7/tests/modeprint/Makefile.am 2009-04-17 12:35:32.000000000 +0100 | ||
| 22 | @@ -3,7 +3,7 @@ | ||
| 23 | -I$(top_srcdir)/libdrm/intel/ \ | ||
| 24 | -I$(top_srcdir)/libdrm | ||
| 25 | |||
| 26 | -noinst_PROGRAMS = \ | ||
| 27 | +bin_PROGRAMS = \ | ||
| 28 | modeprint | ||
| 29 | |||
| 30 | modeprint_SOURCES = \ | ||
| 31 | Index: libdrm-2.4.7/tests/modetest/Makefile.am | ||
| 32 | =================================================================== | ||
| 33 | --- libdrm-2.4.7.orig/tests/modetest/Makefile.am 2009-02-17 19:52:37.000000000 +0000 | ||
| 34 | +++ libdrm-2.4.7/tests/modetest/Makefile.am 2009-04-17 12:35:42.000000000 +0100 | ||
| 35 | @@ -4,7 +4,7 @@ | ||
| 36 | -I$(top_srcdir)/libdrm \ | ||
| 37 | $(CAIRO_CFLAGS) | ||
| 38 | |||
| 39 | -noinst_PROGRAMS = \ | ||
| 40 | +bin_PROGRAMS = \ | ||
| 41 | modetest | ||
| 42 | |||
| 43 | modetest_SOURCES = \ | ||
