aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm/installtests.patch
blob: f460ef5ce9ec1d0531a57f60d2827e79c44fb9e3 (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
tests: also install tests app

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Yu Ke <ke.yu@intel.com>

Index: libdrm-2.4.65/tests/Makefile.am
===================================================================
--- libdrm-2.4.65.orig/tests/Makefile.am
+++ libdrm-2.4.65/tests/Makefile.am
@@ -29,9 +29,11 @@ AM_CFLAGS = \
 
 LDADD = $(top_builddir)/libdrm.la
 
-check_PROGRAMS = \
-	dristat \
-	drmstat
+bin_PROGRAMS = \
+        dristat \
+        drmstat
+ 
+check_PROGRAMS =
 
 dristat_LDADD = -lm