From 7243ced7a1ae879fd192c27327b705d554199c38 Mon Sep 17 00:00:00 2001 From: halx99 Date: Thu, 6 Jul 2023 13:20:56 +0800 Subject: [PATCH] Fix linux setup --- setup.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index 9f8aad2323..06e259f674 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -64,7 +64,7 @@ if ($IsLinux) { $DEPENDS = @() - $DEPENDS = 'libx11-dev' + $DEPENDS += 'libx11-dev' $DEPENDS += 'automake' $DEPENDS += 'libtool' $DEPENDS += 'cmake' @@ -80,7 +80,7 @@ if ($IsLinux) { $DEPENDS += 'libbsd-dev' $DEPENDS += 'libasound2-dev' $DEPENDS += 'libxxf86vm-dev' - $DEPENDS += @('libvlc-dev', 'libvlccore-dev', 'vlc') + $DEPENDS += 'libvlc-dev', 'libvlccore-dev', 'vlc' # if vlc encouter codec error, install # sudo apt install ubuntu-restricted-extras