comparison graphics/wayland/wayland.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
58 LDFLAGS="$LDFLAGS" \ 58 LDFLAGS="$LDFLAGS" \
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ./configure \ 60 ./configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --prefix=/usr \ 63 --prefix=/ \
64 --disable-static \ 64 --disable-static \
65 $with_dtd \ 65 $with_dtd \
66 $with_doxygen 66 $with_doxygen
67 make 67 make
68 make install DESTDIR=$DESTDIR 68 make install DESTDIR=$DESTDIR
69 rm -f $DESTDIR/usr/lib/libwayland-{egl,server,client,cursor}.la 69 rm -f $DESTDIR/lib/libwayland-{egl,server,client,cursor}.la
70 70
71 popd 71 popd
72 rm -rf $PKGNAME-$PKGVERSION 72 rm -rf $PKGNAME-$PKGVERSION
73 } 73 }