mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
fix macos bundle, which had dependencies on macports
This commit is contained in:
parent
1148296984
commit
6d51f6b7db
2 changed files with 3 additions and 5 deletions
|
|
@ -3,6 +3,7 @@ export LINPHONE_WORKDIR="$bundle_res"
|
|||
export GIO_EXTRA_MODULES="$bundle_lib/gio/modules"
|
||||
export PANGO_LIBDIR="$bundle_lib"
|
||||
export PANGO_SYSCONFDIR="$bundle_etc"
|
||||
export GDK_PIXBUF_MODULE_FILE="$bundle_lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
|
||||
|
||||
#this is very important not to force a shared library path so that native frameworks can find their dependencies by themselves,
|
||||
#and not be forced to use the few libraries we have in the bundle that have the same name as native libs (ex: libiconv)
|
||||
|
|
@ -23,4 +24,4 @@ esac
|
|||
|
||||
export LANG
|
||||
|
||||
echo "LANG is $LANG"
|
||||
echo "LANG is $LANG"
|
||||
|
|
|
|||
|
|
@ -91,12 +91,9 @@
|
|||
|
||||
<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
|
||||
<binary>
|
||||
${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so
|
||||
${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/loaders/*.so
|
||||
</binary>
|
||||
|
||||
<data>
|
||||
${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders
|
||||
</data>
|
||||
|
||||
<!--binary>
|
||||
${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue