remove X11
This commit is contained in:
parent
dc117f51c2
commit
2d640e9b55
2 changed files with 5 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
|
@ -29,9 +29,9 @@ depends=(
|
|||
libepoxy libepoxy.so
|
||||
'qt6-base=6.10.1'
|
||||
)
|
||||
optdepends=(
|
||||
'kwin-x11: for outdated X11 sessions'
|
||||
)
|
||||
#optdepends=(
|
||||
# 'kwin-x11: for outdated X11 sessions'
|
||||
#)
|
||||
makedepends=(
|
||||
appstream
|
||||
extra-cmake-modules
|
||||
|
|
@ -54,6 +54,8 @@ build() {
|
|||
-S "$pkgname-$pkgver"
|
||||
-DCMAKE_BUILD_TYPE='None'
|
||||
-DCMAKE_INSTALL_PREFIX='/usr'
|
||||
-DBETTERBLUR_WAYLAND='ON'
|
||||
-DBETTERBLUR_X11='OFF'
|
||||
)
|
||||
cmake "${cmake_options[@]}"
|
||||
cmake --build build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue