summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md1
-rw-r--r--meson.build2
2 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index d9fab2b..de7dac3 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ Install dependencies:
* meson \*
* wayland
* wayland-protocols \*
-* libxkbcommon
* cairo
* gdk-pixbuf2 \*\*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
diff --git a/meson.build b/meson.build
index cc9df7a..abdf039 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,6 @@ endif
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
-xkbcommon = dependency('xkbcommon')
cairo = dependency('cairo')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
@@ -101,7 +100,6 @@ dependencies = [
cairo,
client_protos,
gdk_pixbuf,
- xkbcommon,
wayland_client,
]