projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87426f
)
meson: Add x11_dep to gtk4-x11 requires
author
Xavier Claessens
<xavier.claessens@collabora.com>
Wed, 16 Aug 2023 01:17:23 +0000
(21:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Aug 2023 14:22:33 +0000
(10:22 -0400)
gdk/x11/meson.build
patch
|
blob
|
history
diff --git
a/gdk/x11/meson.build
b/gdk/x11/meson.build
index 58d12bb8a1ca767f8b99c29de9548c1d2c2c587b..013d8b1d00caf5db55b0308762d9871fe5b86f99 100644
(file)
--- a/
gdk/x11/meson.build
+++ b/
gdk/x11/meson.build
@@
-86,3
+86,5
@@
libgdk_x11 = static_library('gdk-x11',
] + common_cflags,
dependencies: [ gdk_deps, gdk_x11_deps, ],
)
+
+x11_public_deps = [x11_dep]