blob: 72c44aedcf8e4edadaa7c56cc9a84cfb66902b92 [file] [log] [blame] [raw]
# SPDX-License-Identifier: LGPL-2.1-or-later
systemd_localed_sources = files(
'localed.c',
'keymap-util.c',
'keymap-util.h',
)
localectl_sources = files('localectl.c')
if conf.get('ENABLE_LOCALED') == 1
install_data('org.freedesktop.locale1.conf',
install_dir : dbuspolicydir)
install_data('org.freedesktop.locale1.service',
install_dir : dbussystemservicedir)
install_data('org.freedesktop.locale1.policy',
install_dir : polkitpolicydir)
endif
# If you know a way that allows the same variables to be used
# in sources list and concatenated to a string for test_env,
# let me know.
kbd_model_map = meson.current_source_dir() / 'kbd-model-map'
language_fallback_map = meson.current_source_dir() / 'language-fallback-map'
if conf.get('ENABLE_LOCALED') == 1
install_data('kbd-model-map',
'language-fallback-map',
install_dir : pkgdatadir)
endif
tests += [
[files('test-keymap-util.c',
'keymap-util.c',
'keymap-util.h')],
]