2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/gdk-pixbuf/build

24 lines
432 B
Plaintext
Raw Normal View History

2019-07-27 16:16:10 +00:00
#!/bin/sh -e
2023-03-02 14:40:00 +00:00
export DESTDIR="$1"
2023-11-18 20:51:12 +00:00
meson setup \
-Dprefix=/usr \
-Dsysconfdir=/etc \
-Dmandir=/usr/share/man \
2021-07-19 10:04:44 +00:00
-Ddebug=false \
2022-03-22 06:23:40 +00:00
-Djpeg=enabled \
-Dpng=enabled \
-Dtiff=disabled \
2022-08-09 16:55:19 +00:00
-Dgtk_doc=false \
2019-07-27 16:16:10 +00:00
-Dman=false \
-Dgio_sniffing=false \
2022-08-09 16:55:19 +00:00
-Dtests=false \
2019-07-27 16:16:10 +00:00
-Dinstalled_tests=false \
2019-09-14 11:22:03 +00:00
-Dbuiltin_loaders=all \
2022-08-09 18:36:44 +00:00
-Dwrap_mode=nofallback \
2023-11-18 20:51:12 +00:00
output
2019-07-27 16:16:10 +00:00
ninja -C output
2019-10-07 21:02:34 +00:00
ninja -C output install