mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
again fixes for macos x (leopard this time)
This commit is contained in:
parent
367013ab84
commit
f8f93521f9
2 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ You need:
|
|||
$ port install automake autoconf libtool intltool
|
||||
|
||||
- Install some linphone dependencies with macports
|
||||
$ port install speex-dev
|
||||
$ port install speex
|
||||
$ port install osip2
|
||||
$ port install eXosip2
|
||||
$ port install ffmpeg-devel
|
||||
|
|
@ -33,7 +33,7 @@ When this version will be integrated into macports, only this will be necessary:
|
|||
$ port install sdl-devel
|
||||
|
||||
- Install gtk. It is recommended to use the quartz backend for better integration.
|
||||
$ port install gtk2 +no_x11
|
||||
$ port install gtk2 +quartz +no_x11
|
||||
$ port install ige-mac-integration
|
||||
$ port install hicolor-icon-theme
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@
|
|||
${prefix}/lib/gdk-pixbuf-2.0
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
${prefix}/share/mime/globs
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
|
||||
</binary>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue