projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca7fa0
)
Bump the pango dependency
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Nov 2019 13:09:28 +0000
(09:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Nov 2019 17:01:54 +0000
(13:01 -0400)
This lets us avoid freetype uses, and simplifies
some other things as well.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 6977fd95fdd1f672d203a33ccc912861f4bf32b3..dec20736d51d2349dee7200948c00e6a2d9b32c4 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-27,7
+27,7
@@
else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.4
1
.0'
+pango_req = '>= 1.4
4
.0'
fribidi_req = '>= 0.19.7'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'