diff options
author | Oz Tiram <[email protected]> | 2024-03-06 21:32:06 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-03-11 18:33:37 +0000 |
commit | 97fdfef2d15bfc26bdb5ecc7fcbe022bd65496a9 (patch) | |
tree | eac998a409929ce541efbe11f30f522fe3a0e919 | |
parent | b848cd28e2e51f256a9d7a7c73c4d43108f49c7a (diff) | |
download | mate-control-center-97fdfef2d15bfc26bdb5ecc7fcbe022bd65496a9.tar.bz2 mate-control-center-97fdfef2d15bfc26bdb5ecc7fcbe022bd65496a9.tar.xz |
Add libsystemd to build.yml
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,7 @@ requires: - libxss-dev - libxt-dev - libpolkit-gobject-1-dev + - libsystemd-dev - make - mate-common - policykit-1 @@ -101,6 +102,7 @@ requires: - mate-common - redhat-rpm-config - startup-notification-devel + - systemd-devel - which ubuntu: @@ -135,6 +137,7 @@ requires: - libxss-dev - libxt-dev - libpolkit-gobject-1-dev + - libsystemd-dev - make - mate-common - policykit-1 |