Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
6d51f6b7
Commit
6d51f6b7
authored
Oct 27, 2015
by
Simon Morlat
Committed by
Ghislain MARY
Oct 27, 2015
Browse files
fix macos bundle, which had dependencies on macports
parent
11482969
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/macos/environment.sh
View file @
6d51f6b7
...
...
@@ -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
"
\ No newline at end of file
echo
"LANG is
$LANG
"
build/macos/linphone.bundle
View file @
6d51f6b7
...
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment