Skip to content

Commit

Permalink
kde-plasma/powerdevil: fix brightness-control CMake arg
Browse files Browse the repository at this point in the history
Upstream commit e4a5e5d3e017ef45979933e14e47408bb3a59dda.

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jun 23, 2024
1 parent 890aa4b commit 32427da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kde-plasma/powerdevil/powerdevil-6.1.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"

src_configure() {
local mycmakeargs=(
-DHAVE_DDCUTIL=$(usex brightness-control)
$(cmake_use_find_package brightness-control DDCUtil)
$(cmake_use_find_package caps Libcap)
)

Expand Down
2 changes: 1 addition & 1 deletion kde-plasma/powerdevil/powerdevil-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"

src_configure() {
local mycmakeargs=(
-DHAVE_DDCUTIL=$(usex brightness-control)
$(cmake_use_find_package brightness-control DDCUtil)
$(cmake_use_find_package caps Libcap)
)

Expand Down

0 comments on commit 32427da

Please sign in to comment.