comparison lib/libinput/libinput.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children 705beca72ba0
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
53 53
54 CC="$CC" \ 54 CC="$CC" \
55 CFLAGS="$CFLAGS" \ 55 CFLAGS="$CFLAGS" \
56 LDFLAGS="$LDFLAGS" \ 56 LDFLAGS="$LDFLAGS" \
57 meson \ 57 meson \
58 --prefix /usr \ 58 --prefix / \
59 --buildtype release \ 59 --buildtype release \
60 --default-library shared \ 60 --default-library shared \
61 -D debug-gui=false \ 61 -D debug-gui=false \
62 -D tests=false \ 62 -D tests=false \
63 $with_doxygen \ 63 $with_doxygen \