summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2021-10-20 11:52:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-10-25 16:57:03 +0200
commitc997be07b0258e91ee8e7537c2e0ee2ff4c224a0 (patch)
tree3fa040c108c363e0e10f0a26f7a2a83bd0f5314e
parent30330aa36e00e830a0027e47c080c23c7400bddc (diff)
downloadptxdist-c997be07b0258e91ee8e7537c2e0ee2ff4c224a0.tar.gz
ptxdist-c997be07b0258e91ee8e7537c2e0ee2ff4c224a0.tar.xz
seatd: version bump 0.5.0 -> 0.6.3
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20211020095255.3774809-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/seatd.make11
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/seatd.make b/rules/seatd.make
index b848a5dc1..26b6a3dc2 100644
--- a/rules/seatd.make
+++ b/rules/seatd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_SEATD) += seatd
#
# Paths and names
#
-SEATD_VERSION := 0.5.0
-SEATD_MD5 := 264a36907f4be34efa400fb6e1b26f5f
+SEATD_VERSION := 0.6.3
+SEATD_MD5 := 0d375928bbcc39b1652e2730e01e6089
SEATD := seatd-$(SEATD_VERSION)
SEATD_SUFFIX := tar.gz
SEATD_URL := https://git.sr.ht/~kennylevinsen/seatd/archive/$(SEATD_VERSION).$(SEATD_SUFFIX)
@@ -36,9 +36,9 @@ SEATD_LICENSE_FILES := file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a
SEATD_CONF_TOOL := meson
SEATD_CONF_OPT := \
$(CROSS_MESON_USR) \
- -Dlogind=$(call ptx/endis,PTXCONF_SEATD_SYSTEMD_LOGIND)d \
- -Dseatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
- -Dbuiltin=disabled \
+ -Dlibseat-logind=$(call ptx/ifdef,PTXCONF_SEATD_SYSTEMD_LOGIND,systemd,disabled) \
+ -Dlibseat-seatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
+ -Dlibseat-builtin=disabled \
-Dserver=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
-Dexamples=disabled \
-Dman-pages=disabled \
@@ -61,6 +61,7 @@ $(STATEDIR)/seatd.targetinstall:
ifdef PTXCONF_SEATD_SEATD
@$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd)
+ @$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd-launch)
ifdef PTXCONF_SEATD_SEATD_SYSTEMD_UNIT
@$(call install_alternative, seatd, 0, 0, 0644, \
/usr/lib/systemd/system/seatd.service)