2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/extra/gdk-pixbuf/build

24 lines
432 B
Plaintext
Raw Normal View History

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