File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,12 @@ jobs:
171171 uses : actions/checkout@v4
172172
173173 - name : run VM
174- uses : vmactions/freebsd-vm @v0
174+ uses : cross-platform-actions/action @v0.21.0
175175 with :
176- prepare : |
177- pkg install -y cmake git pkgconf binutils pciutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 glib dconf dbus sqlite3-tcl xfce4-conf ImageMagick6 ImageMagick7 chafa egl libosmesa opencl ocl-icd pulseaudio
176+ operating_system : freebsd
177+ version : ' 13.2 '
178178 run : |
179+ sudo pkg install -y cmake git pkgconf binutils pciutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 glib dconf dbus sqlite3-tcl xfce4-conf ImageMagick6 ImageMagick7 chafa egl libosmesa opencl ocl-icd pulseaudio
179180 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
180181 cmake --build . --target package
181182 ./fastfetch --list-features
Original file line number Diff line number Diff line change @@ -534,7 +534,6 @@ elseif(BSD)
534534 src/detection/users/users_linux.c
535535 src/detection/wallpaper/wallpaper_linux.c
536536 src/detection/wifi/wifi_bsd.c
537- src/detection/wmde/wmde_linux.c
538537 src/detection/wm/wm_nosupport.c
539538 src/detection/de/de_linux.c
540539 src/detection/wmtheme/wmtheme_linux.c
Original file line number Diff line number Diff line change 11#include "de.h"
22
3+ #include "common/io/io.h"
34#include "common/parsing.h"
45#include "common/properties.h"
56#include "common/processing.h"
67#include "detection/displayserver/displayserver.h"
8+ #include "util/stringUtils.h"
79
810static void getKDE (FFstrbuf * result , FFDEOptions * options )
911{
You can’t perform that action at this time.
0 commit comments