mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
plasma-workspace: rebuild for libxcrypt
This commit is contained in:
parent
8bafa4dc0f
commit
17de9e1222
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'plasma-workspace'
|
||||
pkgname=plasma-workspace
|
||||
version=5.27.10
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF
|
||||
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
|
||||
|
@ -28,6 +28,10 @@ checksum=525dc164c61a6730f33d54ff5013d57184b9d671786fe898ca7e054426359778
|
|||
build_options="pipewire"
|
||||
build_options_default="pipewire"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
kworkspace_package() {
|
||||
short_desc="Plasma Workspace Library for KF5"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue