mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
grilo: Remove build dependency on perl-xml-parser
Given that we don't enable a bunch of stuff, we can patch this out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from e7dacf3cd3)
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=grilo
|
PKG_NAME:=grilo
|
||||||
PKG_VERSION:=0.3.4
|
PKG_VERSION:=0.3.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -14434,16 +14434,6 @@ else
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
|
||||||
|
$as_echo "$IT_PERL_VERSION" >&6; }
|
||||||
|
fi
|
||||||
|
-if test "x" != "xno-xml"; then
|
||||||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
|
||||||
|
-$as_echo_n "checking for XML::Parser... " >&6; }
|
||||||
|
- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
|
||||||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
|
||||||
|
-$as_echo "ok" >&6; }
|
||||||
|
- else
|
||||||
|
- as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
|
||||||
|
- fi
|
||||||
|
-fi
|
||||||
|
|
||||||
|
# Substitute ALL_LINGUAS so we can use it in po/Makefile
|
||||||
|
|
||||||
Reference in New Issue
Block a user