summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2022-01-24 13:03:42 +0100
committerSimon Ser <contact@emersion.fr>2022-01-27 15:38:38 +0000
commite1491a72365235a2b25369b672e306627108478c (patch)
tree35782f2f8175022a9b5cab14785f86b90c1d59b3
parentdfab60c6eedcdbd0455ff0f85b4478ae807afee8 (diff)
downloadweston-e1491a72365235a2b25369b672e306627108478c.tar.gz
meson: Print deprecation warning for weston-launch
weston-launch will be removed in a future release as this feature has been offloaded to libseat and seatd-launch. Print an early deprecation warning to give existing users time to migrate. Signed-off-by: Kenny Levinsen <kl@kl.wtf>
-rw-r--r--libweston/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libweston/meson.build b/libweston/meson.build
index 2d716cc1..c8ffe9ad 100644
--- a/libweston/meson.build
+++ b/libweston/meson.build
@@ -229,6 +229,7 @@ dep_vertex_clipping = declare_dependency(
)
if get_option('weston-launch')
+ warning('weston-launch is deprecated and will be removed in a future release. Please migrate to libseat and seatd-launch.')
dep_pam = cc.find_library('pam')
if not cc.has_function('pam_open_session', dependencies: dep_pam)