aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch
blob: 2adfbe74fbf3b1088905b2be3c4356938b9be9ca (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
From b0c643612ff1477ab0faf49592556525d85fdb22 Mon Sep 17 00:00:00 2001
From: Arindam Nath <arindam.nath@amd.com>
Date: Tue, 21 Apr 2015 04:50:04 +0530
Subject: [PATCH 3/3] tests: also install tests app

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
---
 tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index a980b3d..fff6294 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,4 @@
+check_PROGRAMS =
 SUBDIRS = modeprint proptest modetest
 
 if HAVE_LIBKMS
@@ -33,7 +34,7 @@ AM_CFLAGS = \
 
 LDADD = $(top_builddir)/libdrm.la
 
-check_PROGRAMS = \
+bin_PROGRAMS = \
 	dristat \
 	drmstat
 
-- 
1.9.1