aboutsummaryrefslogtreecommitdiff
path: root/wayland/imv/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/imv/build')
-rwxr-xr-xwayland/imv/build6
1 files changed, 2 insertions, 4 deletions
diff --git a/wayland/imv/build b/wayland/imv/build
index 4ca5d07e..3217d9ad 100755
--- a/wayland/imv/build
+++ b/wayland/imv/build
@@ -1,11 +1,9 @@
#!/bin/sh -e
-for patch in *.patch; do
- [ -f "$patch" ] && patch -p1 < "$patch"
-done
-
export DESTDIR="$1"
+clsed '/^directory =/s/=.*/= inih/' subprojects/inih.wrap
+
cl-meson \
-Dlibjpeg=enabled \
-Dlibpng=enabled \