aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb.prv@gmx.de>2021-03-14 18:16:18 +0100
committerLinus Jahn <lnj@kaidan.im>2021-03-15 17:28:48 +0100
commit31a04eacbd805dfc01ae804c768326ad1b4f3ce8 (patch)
treecacb1555c7b8069cfe486ed9d4d8197a9d86450b /src
parentbd36c3b5a98a07cef40fb670cd35561fc0c2ac14 (diff)
downloadqxmpp-31a04eacbd805dfc01ae804c768326ad1b4f3ce8.tar.gz
Link privately against GStreamer
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ad205f7a..a6df3305 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -238,7 +238,7 @@ target_link_libraries(qxmpp
if(WITH_GSTREAMER)
target_link_libraries(qxmpp
- PUBLIC
+ PRIVATE
${GLIB2_LIBRARIES}
${GOBJECT_LIBRARIES}
${GSTREAMER_LIBRARY}