mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
locale: rename keymap-util.[ch] -> localed-util.[ch]
As the file contains not only keymap related functions.
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
#include "fileio.h"
|
||||
#include "fs-util.h"
|
||||
#include "kbd-util.h"
|
||||
#include "keymap-util.h"
|
||||
#include "locale-util.h"
|
||||
#include "localed-util.h"
|
||||
#include "macro.h"
|
||||
#include "mkdir-label.h"
|
||||
#include "nulstr-util.h"
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "def.h"
|
||||
#include "dlfcn-util.h"
|
||||
#include "kbd-util.h"
|
||||
#include "keymap-util.h"
|
||||
#include "localed-util.h"
|
||||
#include "macro.h"
|
||||
#include "main-func.h"
|
||||
#include "missing_capability.h"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
systemd_localed_sources = files(
|
||||
'localed-util.c',
|
||||
'localed-util.h',
|
||||
'localed.c',
|
||||
'keymap-util.c',
|
||||
'keymap-util.h',
|
||||
)
|
||||
|
||||
localectl_sources = files('localectl.c')
|
||||
@@ -30,7 +30,7 @@ if conf.get('ENABLE_LOCALED') == 1
|
||||
endif
|
||||
|
||||
tests += [
|
||||
[files('test-keymap-util.c',
|
||||
'keymap-util.c',
|
||||
'keymap-util.h')],
|
||||
[files('test-localed-util.c',
|
||||
'localed-util.c',
|
||||
'localed-util.h')],
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||
|
||||
#include "alloc-util.h"
|
||||
#include "keymap-util.h"
|
||||
#include "localed-util.h"
|
||||
#include "log.h"
|
||||
#include "string-util.h"
|
||||
#include "tests.h"
|
||||
Reference in New Issue
Block a user