summaryrefslogtreecommitdiff
path: root/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
commitba3d6ddada23eaa04f85228bee3438ab479b4442 (patch)
tree87c61faa67018943d552f24d91f0aeaece2b771e /x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
parent2e6d363c5e87569efc23848513e71f2233b7e9d9 (diff)
gentoo auto-resync : 23:10:2022 - 21:50:51
Diffstat (limited to 'x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild')
-rw-r--r--x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
index 935a1bad9776..956410044093 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -11,12 +11,12 @@ SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE=""
+IUSE="wayland"
RDEPEND="
dev-qt/qtdbus:5=
>=dev-qt/qtwidgets-5.15.2:5=
- dev-qt/qtwayland:5=
+ wayland? ( dev-qt/qtwayland:5= )
dev-qt/qtx11extras:5=
gnome-base/gsettings-desktop-schemas
sys-apps/xdg-desktop-portal
@@ -29,6 +29,7 @@ BDEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT6=false
+ -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
)
cmake_src_configure
}