summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Diamantini2021-01-24 18:21:58 +0100
committerAndrea Diamantini2021-01-24 18:21:58 +0100
commit1f93a4c730d56a89fcf8960e07209f87decc7a83 (patch)
treee5c81903d39a21bbaafb902aeb0de73611b1131c
parentweblate commits (#183) (diff)
downloadpavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.tar.gz
pavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.tar.xz
pavucontrol-slx-1f93a4c730d56a89fcf8960e07209f87decc7a83.zip
Remove unused dbus dep
-rw-r--r--CMakeLists.txt1
-rw-r--r--src/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82281f6..676f326 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,6 @@ set(QT_MINIMUM_VERSION "5.12.0")
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
-find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED)
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}
)