diff options
| author | Richard Purdie <richard@ted.(none)> | 2009-04-28 08:24:11 +0100 |
|---|---|---|
| committer | Richard Purdie <richard@ted.(none)> | 2009-04-28 08:24:11 +0100 |
| commit | 3927e38eba96a172c7df2c7270c31728b83612eb (patch) | |
| tree | 48b0a30d721af9e2f25e03bea8e41035e9ff40bb /meta/packages/drm/libdrm-2.4.7/installtests.patch | |
| parent | 49ca46f588425c88e37a85df00b1fd4591a01ab6 (diff) | |
| parent | d65be3dd2aaa643b5596c8470caf7f291513efee (diff) | |
| download | poky-3927e38eba96a172c7df2c7270c31728b83612eb.tar.gz | |
Merge ssh://gitserver@git.pokylinux.org/poky
Diffstat (limited to 'meta/packages/drm/libdrm-2.4.7/installtests.patch')
| -rw-r--r-- | meta/packages/drm/libdrm-2.4.7/installtests.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/packages/drm/libdrm-2.4.7/installtests.patch b/meta/packages/drm/libdrm-2.4.7/installtests.patch new file mode 100644 index 0000000000..a16c8a738b --- /dev/null +++ b/meta/packages/drm/libdrm-2.4.7/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 = \ | ||
