mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
cirrus: add gettext on FreeBSD
Add gettext on FreeBSD via localbase. This fixes the Cirrus CI FreeBSD job.
This commit is contained in:
parent
5724093343
commit
684c1b10f7
1 changed files with 8 additions and 1 deletions
|
|
@ -3,9 +3,16 @@ task:
|
|||
matrix:
|
||||
- image_family: freebsd-11-4-snap
|
||||
- image_family: freebsd-13-0-snap
|
||||
env:
|
||||
# /usr/ports/Mk/Uses/localbase.mk localbase:ldflags
|
||||
LOCALBASE: /usr/local
|
||||
CFLAGS: -isystem $LOCALBASE/include
|
||||
CPPFLAGS: $CFLAGS
|
||||
CXXFLAGS: $CFLAGS
|
||||
LDFLAGS: -L$LOCALBASE/lib
|
||||
deps_script:
|
||||
- sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
||||
- pkg install -y meson pkgconf dbus glib libepoll-shim libudev-devd vulkan-loader vulkan-headers gstreamer1 gstreamer1-plugins libinotify
|
||||
- pkg install -y meson pkgconf dbus glib libepoll-shim libudev-devd vulkan-loader vulkan-headers gstreamer1 gstreamer1-plugins libinotify gettext
|
||||
- sysrc dbus_enable=YES
|
||||
- service dbus restart
|
||||
build_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue