projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d887a2
)
locale: Add missing libxkbcommon dependency to tests
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 11:58:02 +0000
(13:58 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 15:15:02 +0000
(17:15 +0200)
Fixes opensuse mkosi CI build
src/locale/meson.build
patch
|
blob
|
history
diff --git
a/src/locale/meson.build
b/src/locale/meson.build
index 98a0b44d6314caa442264154ff0c949c0d497a4f..61001cc259c8e16c50c2c9500f4e7aeda362243b 100644
(file)
--- a/
src/locale/meson.build
+++ b/
src/locale/meson.build
@@
-45,5
+45,6
@@
tests += [
'localed-util.c',
'xkbcommon-util.c',
),
+ 'dependencies' : libxkbcommon_deps,
},
]