diff options
author | Robert Tari <robert@tari.in> | 2022-03-01 23:39:48 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-02 11:04:01 +0100 |
commit | f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde (patch) | |
tree | 92be6b12be055f20d59183414c03e7de8c2ee2cc | |
parent | d93c53d05ab955f15df7d8287503d784b990e0cb (diff) | |
download | ayatana-indicator-keyboard-f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde.tar.gz ayatana-indicator-keyboard-f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde.tar.bz2 ayatana-indicator-keyboard-f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde.zip |
.buil.yml: Add AccountsService build dependency
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,7 @@ requires: - libx11 - libxklavier - libxkbcommon + - accountsservice # - libayatana-common debian: @@ -34,6 +35,7 @@ requires: - libxklavier-dev - libxkbcommon-dev - libxkbregistry-dev + - libaccountsservice-dev - systemd # - libayatana-common-dev # For building libayatana-common: @@ -50,6 +52,7 @@ requires: - libglib2.0-dev - libx11-dev - libxklavier-dev + - libaccountsservice-dev - systemd # - libayatana-common-dev # - libxkbcommon-dev |