summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Beneš <vbenes@redhat.com>2023-01-20 17:14:07 +0100
committerVladimír Beneš <vbenes@redhat.com>2023-01-20 17:14:07 +0100
commit5a55353206c5bc8ec0a51bd3be06ee11407393b9 (patch)
tree752a8c196c64848dbd6e04c8df224268de813356
parentded9381e74c1f61235f70fa0dab926d6a320942d (diff)
downloadNetworkManager-automation.tar.gz
automation: add vala as builddep.automation
We don't have vala-tools in Fedora Rawhide (not sure when it went away) but we need vapigen which is in vala rpm in Rawhide now.
-rwxr-xr-xcontrib/rh-bkr/build-from-source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh
index 46c8b83065..47a404ff70 100755
--- a/contrib/rh-bkr/build-from-source.sh
+++ b/contrib/rh-bkr/build-from-source.sh
@@ -79,6 +79,7 @@ if [[ "$INSTALL_DEPENDENCIES" == yes ]]; then
systemd \
teamd-devel \
vala-tools \
+ vala \
valgrind \
wireless-tools-devel \
"${YUM_ARGS[@]}" \