Skip to content

Commit

Permalink
kde-frameworks/kguiaddons: Update IUSE dbus cmake arg
Browse files Browse the repository at this point in the history
Upstream commit 55e6279028d7c5dd2435c2e89c07c508278ef975

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jun 2, 2024
1 parent e3a49ea commit 0577ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-frameworks/kguiaddons/kguiaddons-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BDEPEND="wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )"
src_configure() {
local mycmakeargs=(
-DBUILD_GEO_SCHEME_HANDLER=ON
-DWITH_DBUS=$(usex dbus)
-DUSE_DBUS=$(usex dbus)
-DWITH_WAYLAND=$(usex wayland)
-DWITH_X11=$(usex X)
)
Expand Down

0 comments on commit 0577ddc

Please sign in to comment.