Searched +full:libxcb +full:- +full:xkb +full:- +full:dev (Results 1 – 2 of 2) sorted by relevance
4 # Use of this source code is governed by a BSD-style license that can be7 # install_dependencies.sh will install system-specific Skia11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while14 set -e19 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \20 grep -q "ok installed"); then27 if command -v lsb_release > /dev/null ; then28 case $(lsb_release -i -s) in30 PACKAGES=$(cat<<-EOF31 build-essential[all …]
11 runs-on: ubuntu-18.0416 - uses: actions/checkout@v217 - uses: actions/setup-python@v119 python-version: '3.7'20 - name: Install dependencies22 python -m pip install --upgrade pip meson23 sudo apt update -y24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \25 doxygen libxcb-xkb-dev valgrind ninja-build \26 libwayland-dev wayland-protocols bison graphviz[all …]