]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
locale: Add missing libxkbcommon dependency to tests
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 11:58:02 +0000 (13:58 +0200)
committerDaan 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

index 98a0b44d6314caa442264154ff0c949c0d497a4f..61001cc259c8e16c50c2c9500f4e7aeda362243b 100644 (file)
@@ -45,5 +45,6 @@ tests += [
                         'localed-util.c',
                         'xkbcommon-util.c',
                 ),
+                'dependencies' : libxkbcommon_deps,
         },
 ]