Stefan Dirsch
9c28e49fa0
- obsoletes commit-3506173.diff - adjusted enable_test_tools.diff OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=52
38 lines
1.0 KiB
Diff
38 lines
1.0 KiB
Diff
diff -u -r -p tests.orig//Makefile.am tests/Makefile.am
|
|
--- tests.orig//Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
+++ tests/Makefile.am 2009-12-01 22:50:07.000000000 +0100
|
|
@@ -6,7 +6,8 @@ AM_CPPFLAGS = \
|
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
|
|
|
-check_PROGRAMS = \
|
|
+check_PROGRAMS =
|
|
+bin_PROGRAMS = \
|
|
dristat \
|
|
drmstat
|
|
|
|
diff -u -r -p tests.orig//modeprint/Makefile.am tests/modeprint/Makefile.am
|
|
--- tests.orig//modeprint/Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
+++ tests/modeprint/Makefile.am 2009-12-01 22:50:26.000000000 +0100
|
|
@@ -3,7 +3,7 @@ AM_CFLAGS = \
|
|
-I$(top_srcdir)/intel/ \
|
|
-I$(top_srcdir)
|
|
|
|
-noinst_PROGRAMS = \
|
|
+bin_PROGRAMS = \
|
|
modeprint
|
|
|
|
modeprint_SOURCES = \
|
|
diff -u -r -p tests.orig//modetest/Makefile.am tests/modetest/Makefile.am
|
|
--- tests.orig//modetest/Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
+++ tests/modetest/Makefile.am 2009-12-01 22:50:45.000000000 +0100
|
|
@@ -4,7 +4,7 @@ AM_CFLAGS = \
|
|
-I$(top_srcdir) \
|
|
$(CAIRO_CFLAGS)
|
|
|
|
-noinst_PROGRAMS = \
|
|
+bin_PROGRAMS = \
|
|
modetest
|
|
|
|
modetest_SOURCES = \
|