Searched +full:libxcb1 +full:- +full:dev (Results 1 – 4 of 4) sorted by relevance
3 set -e4 set -o xtrace12 autotools-dev \15 python3-pip \18 apt-get update20 apt-get install -y --no-remove \25 libarchive-dev \26 libclang-cpp13-dev \27 libclang-cpp11-dev \28 libgbm-dev \[all …]
4 # effectively a no-op. All of this infrastructure is inherited from the5 # wayland/ci-templates repository which is the recommended way to set up CI14 - container15 - build22 FDO_DISTRIBUTION_TAG: '2020-03-07-01'32 - project: 'wayland/ci-templates'36 build-container:37 extends: .fdo.container-ifnot-exists@ubuntu45 FDO_DISTRIBUTION_PACKAGES: >-49 bash-completion[all …]
11 ------------12 It is easiest to just use the pre-built docker image.14 …docker run -v /tmp/out:/OUT -e MESA_VERSION=18.1.7 gcr.io/skia-public/mesa-driver-builder:latest /…22 --------------------25 for day-to-day builds.29 …-get install autoconf libtool scons flex bison llvm-dev libpthread-stubs0-dev x11proto-gl-dev libd…33 The following steps are also represented in `mesa-driver-builder/build_mesa.sh`38 wget ftp://ftp.freedesktop.org/pub/mesa/mesa-$MESA_VERSION.tar.gz39 gunzip mesa-$MESA_VERSION.tar.gz40 tar --extract -f mesa-$MESA_VERSION.tar[all …]