aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-07-18 22:48:56 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-07-18 23:09:07 +0100
commit7d72f3065a72ce0e285587d14f026ce1167faab8 (patch)
treea11105416bdcc5268e95c43d1642d545395d6a52 /.builds/freebsd.yml
parent08fde6e05c24b2ced2ec8e25fee6ba985397ed15 (diff)
downloadimv-7d72f3065a72ce0e285587d14f026ce1167faab8.tar.gz
Update ci rules
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index aebb9d1..96057c6 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -2,20 +2,23 @@ image: freebsd/latest
packages:
- devel/gmake
- devel/pkgconf
- - devel/sdl20
- graphics/freeimage
+ - graphics/libGLU
- graphics/libjpeg-turbo
- graphics/librsvg2
- graphics/png
- - graphics/sdl2_ttf
- graphics/tiff
- sysutils/cmocka
+ - x11-toolkits/pango
+ - x11/libxkbcommon
+ - x11/libxkbcommon
sources:
- https://git.sr.ht/~exec64/imv
tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
+ sed -i -e 's/WINDOWS=wayland/WINDOWS=x11/' config.mk
cat config.mk
- build: |
cd imv