Skip to content

Commit

Permalink
kde-plasma/kdeplasma-addons: fix qtwebengine CMake arg
Browse files Browse the repository at this point in the history
Upstream commit 4c5023f722bceec597ced0c68af7a7dad119e772.

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jun 23, 2024
1 parent fa2d8a3 commit 890aa4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alternate-calendar ICU)
$(cmake_use_find_package share KF6Purpose)
$(cmake_use_find_package webengine Qt6WebEngine)
$(cmake_use_find_package webengine Qt6WebEngineQuick)
)

ecm_src_configure
Expand Down
2 changes: 1 addition & 1 deletion kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alternate-calendar ICU)
$(cmake_use_find_package share KF6Purpose)
$(cmake_use_find_package webengine Qt6WebEngine)
$(cmake_use_find_package webengine Qt6WebEngineQuick)
)

ecm_src_configure
Expand Down

0 comments on commit 890aa4b

Please sign in to comment.