summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-26 16:00:53 +0000
committerSimon Ser <contact@emersion.fr>2019-04-26 19:07:24 +0300
commitec9fb9a3a05f9dfad1ba879dd62ad0aa39e5e9d5 (patch)
tree929c4c1d1bd0d9a0bf7ea532427849a7c21a3e94 /meson.build
parent34e4a47a8675ad2183fb34b0f93699a5a3c21258 (diff)
downloadswaybg-ec9fb9a3a05f9dfad1ba879dd62ad0aa39e5e9d5.tar.gz
swaybg-ec9fb9a3a05f9dfad1ba879dd62ad0aa39e5e9d5.tar.bz2
meson: drop unused libxkbcommon
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
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,
]