diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-14 18:57:53 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-14 18:59:44 -0400 |
commit | 8f88bbef7ca849d56c1cace942ee730ae9be3cfe (patch) | |
tree | a32f8ca3c5ec2d9ece01d1244ff777db49c9caf4 | |
parent | cfd57180eef9036c7167c5682b9f3055a540fccc (diff) | |
download | meson-8f88bbef7ca849d56c1cace942ee730ae9be3cfe.zip meson-8f88bbef7ca849d56c1cace942ee730ae9be3cfe.tar.gz meson-8f88bbef7ca849d56c1cace942ee730ae9be3cfe.tar.bz2 |
CI: gentoo: explicitly install gdbus-codegen
It is now getting uninstalled instead of updated, due to blockers on old
glib. In fact, we explicitly need it...
-rwxr-xr-x | ci/ciimage/gentoo/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index 58749bc..6698ed5 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -24,6 +24,7 @@ pkgs_stable=( #dev-util/bindgen dev-libs/elfutils + dev-util/gdbus-codegen dev-libs/gobject-introspection dev-util/itstool dev-libs/protobuf |