pango-x: fix build.sh
This commit is contained in:
parent
8f854ce22e
commit
a3bd1d6d9e
|
@ -9,6 +9,7 @@ TERMUX_PKG_DEPENDS="fontconfig, fribidi, glib, harfbuzz, libcairo-x, libxft, zli
|
|||
TERMUX_PKG_PROVIDES="pango"
|
||||
TERMUX_PKG_REPLACES="${TERMUX_PKG_PROVIDES}"
|
||||
TERMUX_PKG_CONFLICTS="${TERMUX_PKG_PROVIDES}, pango-dev"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Dintrospection=false"
|
||||
|
||||
termux_step_post_make_install() {
|
||||
install -Dm600 $TERMUX_PKG_BUILDER_DIR/pango-view.1 \
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff -uNr pango-1.42.4/configure pango-1.42.4.mod/configure
|
||||
--- pango-1.42.4/configure 2018-08-20 18:06:50.000000000 +0300
|
||||
+++ pango-1.42.4.mod/configure 2019-04-20 22:28:51.668725111 +0300
|
||||
@@ -19363,7 +19363,7 @@
|
||||
fi
|
||||
|
||||
# Setup GLIB_MKENUMS to use glib-mkenums even if GLib is uninstalled.
|
||||
-GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
|
||||
+GLIB_MKENUMS=glib-mkenums
|
||||
|
||||
|
||||
# Checks for FriBiDi
|
Loading…
Reference in New Issue