summaryrefslogtreecommitdiff
path: root/desktop-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 /desktop-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 'desktop-shell')
-rw-r--r--desktop-shell/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-shell/meson.build b/desktop-shell/meson.build
index 8c9754e4..c00d4a8d 100644
--- a/desktop-shell/meson.build
+++ b/desktop-shell/meson.build
@@ -13,7 +13,6 @@ if get_option('shell-desktop')
dep_libm,
dep_libexec_weston,
dep_libshared,
- dep_lib_desktop,
dep_libweston_public,
dep_shell_utils,
]