Skip to content

Commit d249390

Browse files
committed
ci(freebsd): install bzip2 so freetype2's pkg-config resolves
The FreeBSD build broke on 'Package bzip2, required by freetype2, not found': freetype2.pc lists bzip2 as a (private) requirement, but no bzip2.pc was installed, so pkg-config could not generate cflags for gtkmm-3.0. Add bzip2 to the package list.
1 parent 3868e06 commit d249390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sync_files: runner-to-vm
3030
run: |
3131
sudo pkg install -y git # subprojects/date
32-
sudo pkg install -y catch evdev-proto gtk-layer-shell gtkmm30 jsoncpp \
32+
sudo pkg install -y bzip2 catch evdev-proto gtk-layer-shell gtkmm30 jsoncpp \
3333
libdbusmenu libevdev libfmt libmpdclient libudev-devd meson \
3434
pkgconf pipewire pulseaudio scdoc sndio spdlog wayland-protocols upower \
3535
libinotify

0 commit comments

Comments
 (0)