summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2023-04-26 09:44:39 -0700
committerAdam Williamson <awilliam@redhat.com>2023-04-26 11:13:14 -0700
commit15770afebe8aa5e8b367733e1e24c1f08ef10c23 (patch)
tree3116ec59f4f99de6601b7916610b16e50fb67789 /.gitlab-ci.yml
parent548ca2f19c8d42fbe62e179f5b1cffc0362b4664 (diff)
downloadzenity-15770afebe8aa5e8b367733e1e24c1f08ef10c23.tar.gz
Port to webkitgtk 6.0
webkitgtk 5.0 is gone from Fedora 38 and Fedora Rawhide, so our CI 'build_fedora' task is always failing. This ports the code to webkitgtk 6.0 and updates the build and CI configs. I based the changes on Epiphany code. I tested it with: zenity --text-info --html --url=https://www.happyassassin.net and it seems to work OK. Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d406aa9..8d08a5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
variables:
- DEPENDENCIES: gettext gettext-devel gcc git libadwaita-devel meson gtk4-devel yelp-tools webkit2gtk5.0-devel
+ DEPENDENCIES: gettext gettext-devel gcc git libadwaita-devel meson gtk4-devel yelp-tools webkitgtk6.0-devel
build_fedora:
image: fedora:latest