aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-12-27 20:09:13 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-12-27 20:09:13 +0100
commit0c1e695a9f59d9691aee4a4aa84f3b3a4dadfce6 (patch)
treebd51f8e91bb641b6bd05bc8cf446f34d92c274ff /src
parent47409fa1f2fc3172cfa82d8e672cbac94a884b09 (diff)
downloadgnunet-0c1e695a9f59d9691aee4a4aa84f3b3a4dadfce6.tar.gz
gnunet-0c1e695a9f59d9691aee4a4aa84f3b3a4dadfce6.zip
CONVERSATION: fix meson gstreamer detection and compile
Diffstat (limited to 'src')
-rw-r--r--src/contrib/service/conversation/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/contrib/service/conversation/meson.build b/src/contrib/service/conversation/meson.build
index 052fa1a6e..095ae2fd5 100644
--- a/src/contrib/service/conversation/meson.build
+++ b/src/contrib/service/conversation/meson.build
@@ -108,6 +108,8 @@ executable ('gnunet-helper-audio-record',
108 libgnunetspeaker_dep, 108 libgnunetspeaker_dep,
109 libgnunetmicrophone_dep, 109 libgnunetmicrophone_dep,
110 gst_dep, 110 gst_dep,
111 gst_app_dep,
112 gst_audio_dep,
111 ogg_dep, 113 ogg_dep,
112 pulse_dep, 114 pulse_dep,
113 opus_dep 115 opus_dep
@@ -123,6 +125,8 @@ executable ('gnunet-helper-audio-playback',
123 libgnunetspeaker_dep, 125 libgnunetspeaker_dep,
124 libgnunetmicrophone_dep, 126 libgnunetmicrophone_dep,
125 gst_dep, 127 gst_dep,
128 gst_app_dep,
129 gst_audio_dep,
126 ogg_dep, 130 ogg_dep,
127 pulse_dep, 131 pulse_dep,
128 opus_dep 132 opus_dep