Prevent consolekit from using linux/input.h if present

OK robert@ (maintainer)
This commit is contained in:
rsadowski 2023-11-02 15:39:32 +00:00
parent 049d3c2a4a
commit 416c70da00
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ GH_TAGNAME= 1.2.6
GH_ACCOUNT= ConsoleKit2
GH_PROJECT= ConsoleKit2
PKGNAME= ${DISTNAME:L}
REVISION= 2
REVISION= 3
CATEGORIES= sysutils
@ -35,6 +35,8 @@ CONFIGURE_ARGS= --disable-pam-module \
--disable-libudev \
--with-pam-module-dir=${LOCALBASE}/lib/security \
CONFIGURE_ENV += ac_cv_header_linux_input_h=no
# needed for 'make check'
CONFIGURE_ARGS += --enable-docbook-docs