diff options
author | Robert Tari <robert@tari.in> | 2023-01-12 00:10:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-04 23:43:05 +0100 |
commit | 4e5098bd66c9eec70b77abf0bdc220abe61a72ea (patch) | |
tree | 0be3f3f959a23930952ed525b56fda642308bb48 | |
parent | 94df80b301c1fb40c3f5403844912ff6c22e4e2f (diff) | |
download | ayatana-indicator-display-4e5098bd66c9eec70b77abf0bdc220abe61a72ea.tar.gz ayatana-indicator-display-4e5098bd66c9eec70b77abf0bdc220abe61a72ea.tar.bz2 ayatana-indicator-display-4e5098bd66c9eec70b77abf0bdc220abe61a72ea.zip |
debian/control: Add libgeoclue-2 dependencies
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 22740ac..df5c26c 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: cmake, libgtest-dev, libgudev-1.0-dev, libproperties-cpp-dev, + libgeoclue-2-dev, # for coverage reports gcovr, lcov, @@ -38,6 +39,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ayatana-indicator-common, libglib2.0-bin, + libgeoclue-2-0, xsct, Description: Ayatana Indicator for Display configuration This Ayatana Indicator is designed to be placed on the right side of a |