From c6820153ffa8f995021f49ab83958e1f78a038a3 Mon Sep 17 00:00:00 2001 From: fufesou Date: Fri, 14 Apr 2023 09:53:51 +0800 Subject: [PATCH] fix build archlinux Signed-off-by: fufesou --- res/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/PKGBUILD b/res/PKGBUILD index 559f1c025..4ffbc4eb2 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -7,7 +7,7 @@ arch=('x86_64') url="" license=('AGPL-3.0') groups=() -depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3' 'pam' 'gst-plugins-base' 'gst-plugin-pipewire') +depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3') makedepends=() checkdepends=() optdepends=() @@ -22,6 +22,7 @@ noextract=() md5sums=() #generate with 'makepkg -g' package() { + pacman -S --noconfirm pam gst-plugins-base gst-plugin-pipewire if [[ ${FLUTTER} ]]; then mkdir -p "${pkgdir}/usr/lib/rustdesk" && cp -r ${HBB}/flutter/build/linux/x64/release/bundle/* -t "${pkgdir}/usr/lib/rustdesk" fi