aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm/installtests.patch
blob: 30e0a61fd9e60a3741538d3c28bd9b9ffb1cc6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tests: also install tests app

Upstream-Status: Inappropriate [configuration]

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

Index: libdrm-2.4.66/tests/Makefile.am
===================================================================
--- libdrm-2.4.66.orig/tests/Makefile.am
+++ libdrm-2.4.66/tests/Makefile.am
@@ -73,3 +73,4 @@ TESTS +=					\
 endif
 
 check_PROGRAMS += $(TESTS)
+bin_PROGRAMS = $(check_PROGRAMS)