comparison lib/libxkbcommon/libxkbcommon.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 9de04ddc6f6d
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
67 LIBS="$LIBS" \ 67 LIBS="$LIBS" \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix= \ 71 --prefix= \
72 --disable-static \
73 --enable-shared \ 72 --enable-shared \
74 $with_doxygen \ 73 $with_doxygen \
75 $with_x \ 74 $with_x \
76 $with_wayland 75 $with_wayland
77 make 76 make