Skip to content

Commit f0c51c4

Browse files
committed
native/linux : move freebsd deps to pkg-build.deps
1 parent 18cd197 commit f0c51c4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

native/linux/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function arch {
5555
}
5656

5757
function freebsd {
58-
pkg install -y gcc ffmpeg libX11 libXrandr libXcursor libXinerama libXi libXt libvirt ncurses mesa-libs
58+
xargs -d '\n' pkg install -y < pkg-build.deps
5959
}
6060

6161
detectos

native/linux/pkg-build.deps

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
gcc
2+
ffmpeg
3+
libX11
4+
libXrandr
5+
libXcursor
6+
libXinerama
7+
libXi
8+
libXt
9+
libvirt
10+
ncurses
11+
mesa-libs

0 commit comments

Comments
 (0)