mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 02:02:25 +02:00
Rebased patch to reflect changes in Makefile Add libdrm_amdgpu package as a new library was added (From OE-Core rev: f2c66ded1abf128915311af506cb202ac924b8d2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
517 B
Diff
26 lines
517 B
Diff
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
|
|
|