aboutsummaryrefslogtreecommitdiff
path: root/wayland/imv/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-10 21:30:42 +0200
committerCem Keylan <cem@ckyln.com>2021-10-10 21:30:42 +0200
commit67c8a0b2e75dda216fcfbf2548dcc218866047e3 (patch)
tree9f9c2e9f4b2dd7fd2b821d967331fbe5c20f290a /wayland/imv/build
parent00771b4a3662d68502abed4ffe82cd20945919d7 (diff)
downloadrepository-67c8a0b2e75dda216fcfbf2548dcc218866047e3.tar.gz
imv: add new package at 4.3.0
Diffstat (limited to 'wayland/imv/build')
-rwxr-xr-xwayland/imv/build14
1 files changed, 14 insertions, 0 deletions
diff --git a/wayland/imv/build b/wayland/imv/build
new file mode 100755
index 00000000..18ac5397
--- /dev/null
+++ b/wayland/imv/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+export DESTDIR=$1
+
+cl-meson \
+ -Dlibjpeg=enabled \
+ -Dlibpng=enabled \
+ -Dlibtiff=enabled \
+ -Dlibrsvg="$(cpt l -C librsvg enabled disabled)" \
+ -Dwindows=wayland \
+ . output
+
+ninja -C output
+ninja -C output install