mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
18 lines
471 B
Diff
18 lines
471 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -21,12 +21,12 @@ gi_req = '>= 0.9.5'
|
|
graphene_req = '>= 1.10.2'
|
|
gtk3_req = '>= 3.19.8'
|
|
gtk4_req = '>= 4.14.0'
|
|
-glycin_req = '>= 2.0.beta.2'
|
|
+glycin_req = '>= 2.0'
|
|
pango_req = '>= 1.46.0'
|
|
cairo_req = '>= 1.10.0'
|
|
pangocairo_req = '>= 1.20'
|
|
pixman_req = '>= 0.42'
|
|
-gsettings_desktop_schemas_req = '>= 47.beta'
|
|
+gsettings_desktop_schemas_req = '>= 47'
|
|
x11_req = '>= 1.7.0'
|
|
xcomposite_req = '>= 0.4'
|
|
xkbcommon_req = '>= 0.4.3'
|