mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
zvbi: fix gettext 0.24 build and disable build of examples
This commit is contained in:
parent
10c5e74c44
commit
f0d5f5f43f
@ -17,5 +17,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dvb \
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-proxy \
|
--disable-proxy \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
|
--disable-examples \
|
||||||
--without-doxygen \
|
--without-doxygen \
|
||||||
--without-x"
|
--without-x"
|
||||||
|
11
packages/multimedia/zvbi/patches/zvbi-0020-gettext.patch
Normal file
11
packages/multimedia/zvbi/patches/zvbi-0020-gettext.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/configure.ac 2025-02-26 20:29:12.903050209 +0000
|
||||||
|
+++ b/configure.ac 2025-02-26 20:29:06.246129502 +0000
|
||||||
|
@@ -499,7 +499,7 @@
|
||||||
|
dnl
|
||||||
|
dnl Native language support.
|
||||||
|
dnl
|
||||||
|
-AM_GNU_GETTEXT_VERSION([0.21])
|
||||||
|
+AM_GNU_GETTEXT_VERSION([0.24])
|
||||||
|
AM_GNU_GETTEXT([external], [need-ngettext])
|
||||||
|
LIBS="$LTLIBINTL $LIBS"
|
||||||
|
if test "x${prefix}" = xNONE; then
|
Loading…
x
Reference in New Issue
Block a user