Skip to content

Commit

Permalink
kde-apps/k3b: fix webengine option
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 25, 2024
1 parent 2f675da commit 3b0e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-apps/k3b/k3b-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ src_configure() {
-DK3B_ENABLE_TAGLIB=$(usex taglib)
-DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis)
-DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis)
$(cmake_use_find_package webengine Qt6WebEngine)
$(cmake_use_find_package webengine Qt6WebEngineWidgets)
)

ecm_src_configure
Expand Down

0 comments on commit 3b0e7bb

Please sign in to comment.