Home
last modified time | relevance | path

Searched +full:libxcb +full:- +full:xkb +full:- +full:dev (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dinstall_dependencies.sh4 # Use of this source code is governed by a BSD-style license that can be
7 # install_dependencies.sh will install system-specific Skia
11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while
14 set -e
19 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \
20 grep -q "ok installed"); then
27 if command -v lsb_release > /dev/null ; then
28 case $(lsb_release -i -s) in
30 PACKAGES=$(cat<<-EOF
31 build-essential
[all …]
/external/libxkbcommon/.github/workflows/
Dmain.yml11 runs-on: ubuntu-18.04
16 - uses: actions/checkout@v2
17 - uses: actions/setup-python@v1
19 python-version: '3.7'
20 - name: Install dependencies
22 python -m pip install --upgrade pip meson
23 sudo apt update -y
24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \
25 doxygen libxcb-xkb-dev valgrind ninja-build \
26 libwayland-dev wayland-protocols bison graphviz
[all …]