diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-01-31 10:13:24 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-01 23:56:07 +0100 |
commit | fdf65ee6c9e0b500fc93b8cf3db518f454fba449 (patch) | |
tree | f248fbcca9f21354373db292ef0f3dedde5d11f2 /libs/libdmapsharing | |
parent | 01f7bbf27a6c0622715702acf6e31b4f0fc7059c (diff) |
libdmapsharing: add a patch to disable tests
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'libs/libdmapsharing')
-rw-r--r-- | libs/libdmapsharing/patches/002-disable_tests.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/libdmapsharing/patches/002-disable_tests.patch b/libs/libdmapsharing/patches/002-disable_tests.patch new file mode 100644 index 000000000..bafc52f95 --- /dev/null +++ b/libs/libdmapsharing/patches/002-disable_tests.patch @@ -0,0 +1,8 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-SUBDIRS = libdmapsharing vala tests doc ++SUBDIRS = libdmapsharing vala doc + DIST_SUBDIRS = $(SUBDIRS) m4 media + + # pcfiles = libdmapsharing-@LIBDMAPSHARING_MAJORMINOR@.pc |