comparison lib/libxkbcommon/libxkbcommon.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 bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
66 LDFLAGS="$LDFLAGS" \ 66 LDFLAGS="$LDFLAGS" \
67 LIBS="$LIBS" \ 67 LIBS="$LIBS" \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix=/usr \ 71 --prefix=/ \
72 --disable-static \ 72 --disable-static \
73 --enable-shared \ 73 --enable-shared \
74 $with_doxygen \ 74 $with_doxygen \
75 $with_x \ 75 $with_x \
76 $with_wayland 76 $with_wayland
77 make 77 make
78 make install DESTDIR=$DESTDIR 78 make install DESTDIR=$DESTDIR
79 rm -f $DESTDIR/usr/lib/libxkbcommon{,-x11}.la 79 rm -f $DESTDIR/lib/libxkbcommon{,-x11}.la
80 80
81 popd 81 popd
82 rm -rf $PKGNAME-$PKGVERSION 82 rm -rf $PKGNAME-$PKGVERSION
83 } 83 }