Commit 2565148f authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

linphone.bundle updated

parent d08cc267
No related merge requests found
Showing with 9 additions and 1 deletion
......@@ -14,7 +14,7 @@
-->
<prefix name="default">/opt/local</prefix>
<prefix name="linphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="liblinphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="liblinphone">${env:LIBLINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="macports">/opt/local</prefix>
<!-- The project directory is the default location of the created
app. If you leave out the path, the current directory is
......@@ -75,6 +75,14 @@
${prefix:macports}/lib/libeXosip.*.dylib
</binary>
<binary>
${prefix:macports}/lib/libsoup-2.4*.dylib
</binary>
<binary dest="${bundle}/Contents/Resources/lib/liblinphone/plugins/libmssilk.so">
${prefix}/lib/mediastreamer/plugins/libmssilk.so
</binary>
<!-- Copy in GTK+ modules. Note the ${gtkdir} macro, which expands
to the correct library subdirectory for the specified gtk
version.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment