Browse Source

libdmapsharing: add a patch to disable tests

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 10 years ago
parent
commit
fdf65ee6c9
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      libs/libdmapsharing/patches/002-disable_tests.patch

+ 8
- 0
libs/libdmapsharing/patches/002-disable_tests.patch View File

@ -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

Loading…
Cancel
Save