pango: Fix build failure
This commit is contained in:
parent
29c686043e
commit
9530e78f3f
12
packages/pango/configure.patch
Normal file
12
packages/pango/configure.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -u -r ../pango-1.42.4/configure ./configure
|
||||
--- ../pango-1.42.4/configure 2018-08-20 15:06:50.000000000 +0000
|
||||
+++ ./configure 2019-08-06 00:55:56.111992461 +0000
|
||||
@@ -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=/usr/bin/glib-mkenums
|
||||
|
||||
|
||||
# Checks for FriBiDi
|
Loading…
Reference in New Issue
Block a user