[pulseaudio-commits] [Git][pulseaudio/webrtc-audio-processing][master] build: Add framework deps on macOS and iOS

PulseAudio Marge Bot (@pulseaudio-merge-bot) gitlab at gitlab.freedesktop.org
Sat Jun 19 15:45:46 UTC 2021



PulseAudio Marge Bot pushed to branch master at PulseAudio / webrtc-audio-processing


Commits:
b8ad0dfc by Arun Raghavan at 2021-06-18T23:44:18-04:00
build: Add framework deps on macOS and iOS

Part-of: <https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/21>

- - - - -


1 changed file:

- webrtc/rtc_base/meson.build


Changes:

=====================================
webrtc/rtc_base/meson.build
=====================================
@@ -51,9 +51,24 @@ foreach h : base_headers
   )
 endforeach
 
+base_os_deps = []
+if host_system == 'darwin'
+  base_os_deps += dependency('appleframeworks', modules: [ 'Foundation' ])
+elif host_system == 'ios'
+  base_os_deps += dependency('appleframeworks',
+    modules: [
+      'CFNetwork',
+      'Foundation',
+      'Security',
+      'SystemConfiguration',
+      'UIKit',
+    ]
+  )
+endif
+
 libbase = static_library('libbase',
     base_sources,
-    dependencies: common_deps,
+    dependencies: common_deps + base_os_deps,
     include_directories: webrtc_inc,
     cpp_args : common_cxxflags
 )



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/b8ad0dfc224b33fe8b2d9e9807d5c41912d49a58

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/b8ad0dfc224b33fe8b2d9e9807d5c41912d49a58
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210619/f640673e/attachment.htm>


More information about the pulseaudio-commits mailing list