summaryrefslogtreecommitdiff
path: root/kiosk-shell
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2022-06-21 17:48:46 +0100
committerPekka Paalanen <pq@iki.fi>2022-06-28 10:35:52 +0000
commit9336263d9bc90955e7c91b5443e87666bd2209c7 (patch)
tree2dc6cbb2656346866ed646ba5264758dea9936fe /kiosk-shell
parent3ed3700ca3d33ffd5743f944ae3334302b294580 (diff)
downloadweston-9336263d9bc90955e7c91b5443e87666bd2209c7.tar.gz
Move libweston-desktop into libweston
It's not really useful to have libweston without libweston-desktop. It's also very little code. Merging both into the same DSO will allow us to cut out a bunch of indirection and pain. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'kiosk-shell')
-rw-r--r--kiosk-shell/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/kiosk-shell/meson.build b/kiosk-shell/meson.build
index 22d5cafa..0ebea621 100644
--- a/kiosk-shell/meson.build
+++ b/kiosk-shell/meson.build
@@ -9,7 +9,6 @@ if get_option('shell-kiosk')
dep_libm,
dep_libexec_weston,
dep_libshared,
- dep_lib_desktop,
dep_libweston_public,
dep_shell_utils,
]