From ec9fb9a3a05f9dfad1ba879dd62ad0aa39e5e9d5 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 26 Apr 2019 16:00:53 +0000 Subject: meson: drop unused libxkbcommon --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') 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, ] -- cgit v1.2.3