mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/qtcurve: Fix "unused" cmake var
Closes: https://bugs.gentoo.org/833390 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -71,8 +71,8 @@ src_configure() {
|
||||
-DBUILD_TESTING="$(usex test)"
|
||||
-DQTC_ENABLE_X11="$(usex X)"
|
||||
-DQTC_INSTALL_PO="$(usex nls)"
|
||||
-DQTC_QT5_ENABLE_KDE="$(usex plasma)"
|
||||
)
|
||||
use qt5 && mycmakeargs+=( -DQTC_QT5_ENABLE_KDE="$(usex plasma)" )
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -75,8 +75,8 @@ src_configure() {
|
||||
-DBUILD_TESTING="$(usex test)"
|
||||
-DQTC_ENABLE_X11="$(usex X)"
|
||||
-DQTC_INSTALL_PO="$(usex nls)"
|
||||
-DQTC_QT5_ENABLE_KDE="$(usex plasma)"
|
||||
)
|
||||
use qt5 && mycmakeargs+=( -DQTC_QT5_ENABLE_KDE="$(usex plasma)" )
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user