diff options
author | Robert Tari <robert@tari.in> | 2021-08-27 14:39:14 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 14:22:15 +0200 |
commit | 9ca4205f80e490245f800705c7ac4103582192c1 (patch) | |
tree | ebc1b790237e006f6a7370dd504f0ad8489f302f | |
parent | 3e045e899da78878f5f1da5f4d31ed05ad8aa008 (diff) | |
download | ayatana-indicator-bluetooth-9ca4205f80e490245f800705c7ac4103582192c1.tar.gz ayatana-indicator-bluetooth-9ca4205f80e490245f800705c7ac4103582192c1.tar.bz2 ayatana-indicator-bluetooth-9ca4205f80e490245f800705c7ac4103582192c1.zip |
Add libayatana-common dependencies
-rw-r--r-- | .build.yml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -17,6 +17,8 @@ requires: - glib2 - systemd - vala + # For building libayatana-common + - gobject-introspection debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-indicator-bluetooth @@ -34,6 +36,9 @@ requires: - liblomiri-url-dispatcher-dev - systemd - valac + # For building libayatana-common + - gobject-introspection + - libgirepository1.0-dev debian:stable: - autopoint @@ -49,6 +54,9 @@ requires: - libglib2.0-dev - systemd - valac + # For building libayatana-common + - gobject-introspection + - libgirepository1.0-dev ubuntu: - autopoint @@ -64,6 +72,9 @@ requires: - liblomiri-url-dispatcher-dev - systemd - valac + # For building libayatana-common + - gobject-introspection + - libgirepository1.0-dev ubuntu:focal: - autopoint @@ -78,6 +89,9 @@ requires: - libglib2.0-dev - systemd - valac + # For building libayatana-common + - gobject-introspection + - libgirepository1.0-dev variables: - 'CHECKERS=" |