kde-apps/ksystemlog: Add missing cmake switch

Fixup commit 4a5827cf32ffcaa76a4cebe07b943ea58336c177

Thanks-to: Frank Krömmelbein <kroemmelbein@gmx.de>
Bug: https://bugs.gentoo.org/805065
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-08-03 10:54:49 +02:00
parent e9c1ed48fb
commit be1b605a5c
No known key found for this signature in database
GPG Key ID: 444B0F96FFD22CCB
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package audit Audit)
$(cmake_use_find_package systemd Journald)
)
ecm_src_configure