diff options
author | Robert Tari <robert@tari.in> | 2021-07-28 21:53:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 28d347f433a90dd8a928a417fd7d76b86d576d59 (patch) | |
tree | 299a8a1f1ce31a0201a1ecd77157e1a7f84a6024 /debian | |
parent | 6055485c2215e55cc0febe0eb15141e837d8e17b (diff) | |
download | ayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.tar.gz ayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.tar.bz2 ayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.zip |
Some fixes in UBports patches after a review
- debian/control: Add liblomiri-url-dispatcher-dev as optional
- .build.yml: Add liblomiri-url-dispatcher-dev dependency
- CMakeLists.txt: Remove duplicate enable_testing()
- include/datetime/actions-live.h: Remove lomiri_open_appointment
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f819bea..93d2b76 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: cmake, libedataserver1.2-dev (>= 3.5), accountsservice-ubuntu-schemas | hello, libproperties-cpp-dev, + liblomiri-url-dispatcher-dev | hello, # for the test harness: libgtest-dev <!nocheck>, libdbustest1-dev <!nocheck>, |