]> sjero.net Git - linphone/commitdiff
linphone.bundle updated
authorSylvain Berfini <Sylvain.Berfini@belledonne-communications.com>
Sat, 18 Feb 2012 17:43:21 +0000 (18:43 +0100)
committerSylvain Berfini <Sylvain.Berfini@belledonne-communications.com>
Sat, 18 Feb 2012 17:43:21 +0000 (18:43 +0100)
build/macos/linphone.bundle

index 18c9702243405170b2cffd2a5310828b249e701a..997a857becf8ce0324ac87b24c1215c49feec75d 100644 (file)
@@ -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
     ${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.