Skip to content

Commit

Permalink
Remove XKB_BASE constnat
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 11, 2024
1 parent 8262d3c commit 697dad3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Config.vala.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ namespace Build {
public const string LANG_LIST = "@LANG_LIST@";
public const string LOCALEDIR = @LOCALEDIR@;
public const string PREFERRED_LANG_LIST = "@PREFERRED_LANG_LIST@";
public const string XKB_BASE = "@XKB_BASE@";
public const string ISO_CODES_LOCATION = "@ISO_CODES_LOCATION@";
}
4 changes: 0 additions & 4 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ configuration_data.set('GETTEXT_PACKAGE', meson.project_name())
configuration_data.set('LANG_LIST', get_option('supported_languages'))
configuration_data.set_quoted('LOCALEDIR', get_option('prefix') / get_option('localedir'))

xkbconf = dependency('xkeyboard-config')
xkb_base = xkbconf.get_pkgconfig_variable('xkb_base')
configuration_data.set('XKB_BASE', xkb_base)

isocodes = dependency('iso-codes')
isocodes_prefix = isocodes.get_pkgconfig_variable('prefix')
isocodes_location = join_paths(isocodes_prefix, get_option('datadir'), 'iso-codes', 'json')
Expand Down

0 comments on commit 697dad3

Please sign in to comment.