repo/wayland/compose-tables/build

14 lines
208 B
Plaintext
Raw Normal View History

2023-02-05 19:13:51 +00:00
#!/bin/sh -e
patch -p1 < compose-only.patch
./configure \
--prefix=/usr \
--disable-specs \
--disable-xkb \
--without-fop \
--without-xmlto
make -C nls
2023-03-02 14:40:00 +00:00
make -C nls DESTDIR="$1" install