kmscon: disable systemd option by default.
This commit is contained in:
parent
a190ae05c9
commit
4f138cf8bc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kmscon'
|
||||
pkgname=kmscon
|
||||
version=8
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -18,7 +18,6 @@ checksum=0ab01c1cdc4fbd692ce765e80478bc2d9663a7c55a5c75cc7ac421366ee6ae2b
|
|||
|
||||
# Package build options
|
||||
build_options="systemd"
|
||||
build_options_default="systemd"
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
configure_args+=" --enable-multi-seat"
|
||||
|
|
Loading…
Reference in New Issue