comparison graphics/libepoxy/libepoxy.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 705beca72ba0
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
48 CFLAGS="$CFLAGS" \ 48 CFLAGS="$CFLAGS" \
49 CXX="$CXX" \ 49 CXX="$CXX" \
50 CXXFLAGS="$CXXFLAGS" \ 50 CXXFLAGS="$CXXFLAGS" \
51 LDFLAGS="$LDFLAGS" \ 51 LDFLAGS="$LDFLAGS" \
52 meson \ 52 meson \
53 --prefix /usr \ 53 --prefix / \
54 --buildtype release \ 54 --buildtype release \
55 --default-library shared \ 55 --default-library shared \
56 $with_x \ 56 $with_x \
57 . build 57 . build
58 ninja -C build 58 ninja -C build