repo/wayland/compose-tables/build

14 lines
195 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
make -C nls install