Lines Matching +full:libcap +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 libavcodec-dev:armhf \
10 libavutil-dev:armhf \
11 libc-dev:armhf \
12 libcap-dev:armhf \
13 libdbus-1-dev:armhf \
14 libdrm-dev:armhf \
15 libepoxy-dev:armhf \
16 libssl-dev:armhf \
17 libswscale-dev:armhf \
18 libva-dev:armhf \
19 libwayland-dev:armhf \
20 libxext-dev:armhf
22 rustup target add armv7-unknown-linux-gnueabihf
25 sudo mkdir -p -m 0755 /usr/local/share/meson/cross
26 sudo tee /usr/local/share/meson/cross/armhf >/dev/null <<EOF
28 c = '/usr/bin/arm-linux-gnueabihf-gcc'
29 cpp = '/usr/bin/arm-linux-gnueabihf-g++'
30 ar = '/usr/bin/arm-linux-gnueabihf-ar'
31 strip = '/usr/bin/arm-linux-gnueabihf-strip'
32 objcopy = '/usr/bin/arm-linux-gnueabihf-objcopy'
33 ld= '/usr/bin/arm-linux-gnueabihf-ld'
34 pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'