comparison bluetooth/bluez/bluez.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
76 LDFLAGS="$LDFLAGS" \ 76 LDFLAGS="$LDFLAGS" \
77 LIBS="$LIBS" \ 77 LIBS="$LIBS" \
78 ./configure \ 78 ./configure \
79 --build=$CBUILD \ 79 --build=$CBUILD \
80 --host=$CHOST \ 80 --host=$CHOST \
81 --prefix= \ 81 --prefix=/usr \
82 --disable-systemd \ 82 --disable-systemd \
83 --enable-library \ 83 --enable-library \
84 $with_audio \ 84 $with_audio \
85 $with_cups \ 85 $with_cups \
86 $with_legacy \ 86 $with_legacy \