summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortsujan2021-02-01 19:17:18 +0100
committerGitHub2021-02-01 19:17:18 +0100
commit5e70f02a3feb4addc932a3b20e3e4b0bea81e366 (patch)
treee5c81903d39a21bbaafb902aeb0de73611b1131c /src
parentweblate commits (#183) (diff)
parentRemove unused dbus dep (diff)
downloadpavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.tar.gz
pavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.tar.xz
pavucontrol-slx-5e70f02a3feb4addc932a3b20e3e4b0bea81e366.zip
Merge pull request #184 from adjamhub/master
Remove unused dbus dep
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 55834bf..7dd356c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -74,7 +74,6 @@ set_property(
target_link_libraries(pavucontrol-qt
Qt5::Widgets
- Qt5::DBus
${PULSE_LDFLAGS}
${GLIB_LDFLAGS}
)