mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
grilo-plugins: remove XML::Parser build dependency
gnome-common.m4 and gnome-compiler-flags.m4 were taken from version
3.18.0, and match current master branch.
Disable building help and test directories.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit a87108fe40)
This commit is contained in:
committed by
Eneas U de Queiroz
parent
86af453021
commit
c3ab7aace8
@@ -0,0 +1,31 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1316,7 +1316,7 @@ AC_SUBST(DEPS_OPENSUBTITLES_LIBS)
|
||||
# GETTEXT/INTLTOOL
|
||||
# ----------------------------------------------------------
|
||||
|
||||
-IT_PROG_INTLTOOL([0.40.0])
|
||||
+IT_PROG_INTLTOOL([0.40.0], [no-xml])
|
||||
GETTEXT_PACKAGE=grilo-plugins
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The domain to use with gettext])
|
||||
@@ -1334,7 +1334,7 @@ AC_SUBST([builddir])
|
||||
# DOCUMENTATION
|
||||
# ----------------------------------------------------------
|
||||
|
||||
-YELP_HELP_INIT
|
||||
+#YELP_HELP_INIT
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# OUTPUT
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -10,7 +10,7 @@ include $(top_srcdir)/release.mk
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
-SUBDIRS = src help po tests
|
||||
+SUBDIRS = src po
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
||||
Reference in New Issue
Block a user