File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ jobs:
381381 run : |
382382 uname -a
383383 sudo pkg update
384- sudo pkg install -y cmake git pkgconf binutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 libdrm libelf glib dconf dbus sqlite3-tcl xfce4-conf egl libosmesa opencl ocl-icd v4l_compat py311-requests
384+ sudo pkg install -y cmake git pkgconf binutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 libdrm glib dconf dbus sqlite3-tcl xfce4-conf egl libosmesa opencl ocl-icd v4l_compat py311-requests
385385 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=On .
386386 cmake --build . --target package --verbose -j4
387387 ./fastfetch --list-features
@@ -453,7 +453,7 @@ jobs:
453453 version : ' 10.0'
454454 run : |
455455 uname -a
456- sudo pkgin -y install cmake git pkgconf
456+ sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick chafa pulseaudio opencl-headers ocl-icd libv4l py312-requests
457457 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
458458 cmake --build . --target package --verbose -j4
459459 ./fastfetch --list-features
Original file line number Diff line number Diff line change @@ -1286,7 +1286,7 @@ ff_lib_enable(EGL
12861286 "egl"
12871287 "EGL"
12881288)
1289- if (NOT OpenBSD)
1289+ if (NOT OpenBSD AND NOT NetBSD )
12901290 ff_lib_enable(GLX
12911291 "glx"
12921292 "GLX"
You can’t perform that action at this time.
0 commit comments