1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

Move basic/kbd-util to shared/

It is (or should be used) in localectl, localed, and a few other places,
no reason to keep it in basic/.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-03-04 09:39:29 +01:00
parent 7e40042b55
commit 315edc2c11
4 changed files with 2 additions and 3 deletions

View File

@ -83,8 +83,6 @@ basic_sources = files('''
io-util.c
io-util.h
ioprio.h
kbd-util.c
kbd-util.h
khash.c
khash.h
label.c

View File

@ -89,7 +89,6 @@ int get_keymaps(char ***ret) {
}
bool keymap_is_valid(const char *name) {
if (isempty(name))
return false;

View File

@ -149,6 +149,8 @@ shared_sources = files('''
json-internal.h
json.c
json.h
kbd-util.c
kbd-util.h
killall.c
killall.h
libcrypt-util.c