systemd: remove deprecated options

31323f21bb
- meson: drop default-hierarchy= option, always use unified

b0d3095fd6
- The meson options split-usr, rootlibdir and rootprefix become no-ops that print a warning if they are set to anything other than the default values. We can remove them in a future release.
This commit is contained in:
Rudi Heitbaum 2025-06-11 07:12:45 +00:00
parent 134f1b0056
commit baa053ce4a

View File

@ -12,10 +12,7 @@ PKG_DEPENDS_TARGET="meson:host ninja:host gcc:host libcap kmod util-linux entrop
PKG_LONGDESC="A system and session manager for Linux, compatible with SysV and LSB init scripts." PKG_LONGDESC="A system and session manager for Linux, compatible with SysV and LSB init scripts."
PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
-Drootprefix=/usr \
-Dsplit-usr=false \
-Dsplit-bin=true \ -Dsplit-bin=true \
-Ddefault-hierarchy=unified \
-Dtty-gid=5 \ -Dtty-gid=5 \
-Dtests=false \ -Dtests=false \
-Dseccomp=disabled \ -Dseccomp=disabled \