summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kconfig/kconfig-5.97.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kconfig/kconfig-5.97.0.ebuild b/kde-frameworks/kconfig/kconfig-5.97.0.ebuild
index 1ae080474ba4..879e6a4266d1 100644
--- a/kde-frameworks/kconfig/kconfig-5.97.0.ebuild
+++ b/kde-frameworks/kconfig/kconfig-5.97.0.ebuild
@@ -32,7 +32,7 @@ DOCS=( DESIGN docs/{DESIGN.kconfig,options.md} )
src_configure() {
local mycmakeargs=(
-DKCONFIG_USE_DBUS=$(usex dbus)
- $(cmake_use_find_package qml Qt5Qml)
+ -DKCONFIG_USE_QML=$(usex qml)
)
ecm_src_configure
}