diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-14 10:43:30 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-14 10:43:30 +0200 |
commit | 4e71351f0799bac5459b6c637c25ac06d8db2929 (patch) | |
tree | 22d08f86c7b86f6a51867aecbd00a1d323e23d3a /sysutils | |
parent | b0c114007b5bebef715246bd4129edebb7225258 (diff) |
sysutils/seatd: add debug package
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/seatd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index cf1c79f..abcfcdd 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -15,13 +15,15 @@ WRKSRC = ${WRKDIR}/seatd-obsd # MIT PERMIT_PACKAGE = Yes -MODULES = devel/meson - WANTLIB = c +MODULES = devel/meson + BUILD_DEPENDS = textproc/scdoc CONFIGURE_ARGS = -Dlibseat-logind=disabled -Dlibseat-builtin=enabled +DEBUG_PACKAGES = ${BUILD_PACKAGES} + .include <bsd.port.mk> |