Lines Matching +full:libwayland +full:- +full:dev
3 # Use of this source code is governed by a BSD-style license that can be
5 set -ex
7 sudo apt-get install --yes --no-install-recommends \
8 gcc-arm-linux-gnueabihf \
9 libc-dev:armhf \
10 libcap-dev:armhf \
11 libdbus-1-dev:armhf \
12 libdrm-dev:armhf \
13 libepoxy-dev:armhf \
14 libssl-dev:armhf \
15 libwayland-dev:armhf \
16 libxext-dev:armhf
18 rustup target add armv7-unknown-linux-gnueabihf
21 sudo mkdir -p -m 0755 /usr/local/share/meson/cross
22 sudo tee /usr/local/share/meson/cross/armhf >/dev/null <<EOF
24 c = '/usr/bin/arm-linux-gnueabihf-gcc'
25 cpp = '/usr/bin/arm-linux-gnueabihf-g++'
26 ar = '/usr/bin/arm-linux-gnueabihf-ar'
27 strip = '/usr/bin/arm-linux-gnueabihf-strip'
28 objcopy = '/usr/bin/arm-linux-gnueabihf-objcopy'
29 ld= '/usr/bin/arm-linux-gnueabihf-ld'
30 pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'