summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch
blob: ba325c0146ad6d1185b3f402250119c658a5fd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
tests: also install tests app (adjusted for TI version)

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

diff -uNr git-orig/tests/Makefile.am git/tests/Makefile.am
--- git-orig/tests/Makefile.am	2013-08-10 16:26:30.000000000 -0400
+++ git/tests/Makefile.am	2013-08-10 16:28:53.753855225 -0400
@@ -6,10 +6,11 @@
 
 LDADD = $(top_builddir)/libdrm.la
 
-check_PROGRAMS = \
+bin_PROGRAMS = \
 	dristat \
 	drmstat
 
+check_PROGRAMS =
 dristat_LDADD = $(CLOCK_LIB)
 
 SUBDIRS = modeprint
diff -uNr git-orig/tests/modeprint/Makefile.am git/tests/modeprint/Makefile.am
--- git-orig/tests/modeprint/Makefile.am	2013-08-10 16:26:30.000000000 -0400
+++ git/tests/modeprint/Makefile.am	2013-08-10 16:28:53.753855225 -0400
@@ -2,7 +2,7 @@
 	-I$(top_srcdir)/include/drm \
 	-I$(top_srcdir)
 
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	modeprint
 
 modeprint_SOURCES = \
diff -uNr git-orig/tests/modetest/Makefile.am git/tests/modetest/Makefile.am
--- git-orig/tests/modetest/Makefile.am	2013-08-10 16:26:30.000000000 -0400
+++ git/tests/modetest/Makefile.am	2013-08-10 16:28:53.753855225 -0400
@@ -3,7 +3,7 @@
 	-I$(top_srcdir)/libkms/ \
 	-I$(top_srcdir)
 
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	modetest
 
 modetest_SOURCES = \