mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-27 02:31:42 +01:00
12 lines
286 B
Diff
12 lines
286 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -143,7 +143,7 @@
|
|
|
|
glib_req_version = '>= 2.75.0'
|
|
gtk_req_version = '>= 4.15.2'
|
|
-libaw_req_version = '>= 1.6.beta'
|
|
+libaw_req_version = '>= 1.6'
|
|
exempi_req_version = '>= 2.0'
|
|
|
|
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.40.0')
|