Skip to content

Commit

Permalink
kde-apps/kio-extras: Use BUILD_ACTIVITIES option
Browse files Browse the repository at this point in the history
Upstream commit d74e09cace0cd533648b37e81c9d07f9a7c82043

Drop unused cmake option -DBUILD_KDSoapWSDiscoveryClient

Closes: https://bugs.gentoo.org/917101
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Dec 22, 2023
1 parent 474e21a commit c4ec76c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kde-apps/kio-extras/kio-extras-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ BDEPEND="man? ( dev-util/gperf )"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package activities PlasmaActivities)
$(cmake_use_find_package activities PlasmaActivitiesStats)
$(cmake_use_find_package activities Qt6Sql)
-DBUILD_ACTIVITIES=$(usex activities)
$(cmake_use_find_package ios IMobileDevice)
$(cmake_use_find_package ios PList)
$(cmake_use_find_package man Gperf)
Expand All @@ -93,9 +91,6 @@ src_configure() {
$(cmake_use_find_package taglib Taglib)
-DWITHOUT_X11=$(usex !X)
)
use samba && mycmakeargs+=(
-DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
)

ecm_src_configure
}

0 comments on commit c4ec76c

Please sign in to comment.