[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Don't link libpulsecommon with GLib and GTK

PulseAudio Marge Bot (@pulseaudio-merge-bot) gitlab at gitlab.freedesktop.org
Mon May 31 17:32:33 UTC 2021



PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio


Commits:
3a1affa1 by Felipe Sateler at 2021-05-31T16:18:08+00:00
Don't link libpulsecommon with GLib and GTK

This was the behaviour with the autotools build.

Fixes #1210

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/559>

- - - - -


1 changed file:

- src/meson.build


Changes:

=====================================
src/meson.build
=====================================
@@ -198,7 +198,8 @@ libpulsecommon = shared_library('pulsecommon-' + pa_version_major_minor,
   install_dir : privlibdir,
   dependencies : [
     libm_dep, thread_dep, dl_dep, shm_dep, iconv_dep, sndfile_dep, dbus_dep,
-    x11_dep, libsystemd_dep, glib_dep, gtk_dep, asyncns_dep, libintl_dep,
+    x11_dep, libsystemd_dep, glib_dep.partial_dependency(compile_args: true),
+    gtk_dep.partial_dependency(compile_args: true), asyncns_dep, libintl_dep,
     platform_dep, tcpwrap_dep, platform_socket_dep, execinfo_dep,
   ],
   implicit_include_directories : false)



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/3a1affa175fdb870171ecc2fd608c84b518987e8

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/3a1affa175fdb870171ecc2fd608c84b518987e8
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/20210531/acbc84e6/attachment.htm>


More information about the pulseaudio-commits mailing list