summaryrefslogtreecommitdiff
path: root/kiosk-shell/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-11-22 13:28:57 +0200
committerDaniel Stone <daniels@collabora.com>2023-01-09 22:13:07 +0000
commit19d32da74213b5f819c328e96291c708ad4ba3ca (patch)
tree99e0e37806fb3fc3fb61c600500ac8e826253710 /kiosk-shell/meson.build
parent68cad4db421d602a7833b03673f7ff77cc165578 (diff)
downloadweston-19d32da74213b5f819c328e96291c708ad4ba3ca.tar.gz
shell-utils: Integrate shell-utils into libweston
These shell utils functions are potentially useful to other shells as well, so make them widely available. Renamed all functions to weston_shell_utils namespace. No functional change, copied ad litteram. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'kiosk-shell/meson.build')
-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 0ebea621..2baaa4e5 100644
--- a/kiosk-shell/meson.build
+++ b/kiosk-shell/meson.build
@@ -10,7 +10,6 @@ if get_option('shell-kiosk')
dep_libexec_weston,
dep_libshared,
dep_libweston_public,
- dep_shell_utils,
]
plugin_shell_kiosk = shared_library(
'kiosk-shell',