summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-09-24 22:50:50 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-09-24 22:50:50 +0000
commita8c94b74a8182c48eb5cd5e2cc9b03d5ee52d4bd (patch)
tree7cde0871a3edf76d819c10fc2b100da7d6110ee6 /meson.build
parent87435e7c7b06b914fbd51e2a3a6ed0d8d4acc054 (diff)
downloadgnome-desktop-a8c94b74a8182c48eb5cd5e2cc9b03d5ee52d4bd.tar.gz
Revert "xkbinfo: use libxkbregistry to parse the rules files for us"
This reverts commit 4f6bec60bfc781c59d5afb6f968fc94ad859e5b9
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 51223492..7ea72f71 100644
--- a/meson.build
+++ b/meson.build
@@ -47,7 +47,6 @@ gio_unix_dep = dependency('gio-unix-2.0', version: glib_req)
schemas_dep = dependency('gsettings-desktop-schemas', version: schemas_req)
fontconfig_dep = dependency('fontconfig')
xkb_config_dep = dependency('xkeyboard-config')
-xkbregistry_dep = dependency('xkbregistry')
iso_codes_dep = dependency('iso-codes')
libsystemd_dep = dependency('libsystemd', required: get_option('systemd'))