aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-11 15:33:35 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-11 14:00:22 +0000
commitfffb11d5c21574234e1dd19baa6bad99d080ecc6 (patch)
treecf717910592ffb84846c7abc6cc4ccfb4d1e866d
parent66667f4dc2825c384c625b79f6af1d21d50eb105 (diff)
community/plasma-workspace: default to Wayland
With Plasma 5.22, Wayland seems polished enough to use as a daily driver for most people. Although users can of course still use the X11 session if they want, this makes Wayland the default session.
-rw-r--r--community/plasma-workspace/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/plasma-workspace/APKBUILD b/community/plasma-workspace/APKBUILD
index 1ecf62db68b..b732816673f 100644
--- a/community/plasma-workspace/APKBUILD
+++ b/community/plasma-workspace/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-workspace
pkgver=5.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Plasma Workspace"
# armhf blocked by kirigami2
# s390x blocked by kactivitymanagerd
@@ -86,7 +86,8 @@ build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DPLASMA_WAYLAND_DEFAULT_SESSION=TRUE
cmake --build build
}