Home
last modified time | relevance | path

Searched +full:libxrandr +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance

/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[all …]
Dcodeql.yml7 # http://www.apache.org/licenses/LICENSE-2.0
26 - cron: '26 7 * * 1'
34 # - https://gh.io/recommended-hardware-resources-for-running-codeql
35 # - https://gh.io/supported-runners-and-hardware-resources
36 # - https://gh.io/using-larger-runners
38 runs-on: 'ubuntu-latest'
39 timeout-minutes: 360
43 security-events: write
46 fail-fast: false
51 - name: Checkout repository
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_build.sh3 set -e
4 set -o xtrace
6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
9 apt-get update
11 apt-get -y install \
25 glslang-tools \
28 libdrm-dev \
29 libelf-dev \
30 libexpat1-dev \
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
Dx86_test-vk.sh5 set -e
6 set -o xtrace
15 g++-mingw-w64-i686-posix \
16 g++-mingw-w64-x86-64-posix \
17 glslang-tools \
18 libexpat1-dev \
20 libgbm-dev \
21 libgles2-mesa-dev \
22 liblz4-dev \
23 libpciaccess-dev \
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcross_build.sh3 set -e
4 set -o xtrace
12 dpkg --add-architecture $arch
13 apt-get update
15 apt-get install -y --no-remove \
17 crossbuild-essential-$arch \
18 libelf-dev:$arch \
19 libexpat1-dev:$arch \
20 libpciaccess-dev:$arch \
22 libvulkan-dev:$arch \
[all …]
/third_party/glfw/docs/
Dcompile.md16 compile_deps and @ref compile_options sections for GLFW-specific information.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
31 [CMake user guide][cmake-guide] that includes everything in this guide not
34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/
40 all necessary dependencies for compiling GLFW, but on Unix-like systems like
46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like
55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev`
56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to
60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev
63 On Fedora and derivatives like Red Hat you will need the `wayland-devel` and
[all …]
/third_party/vulkan-loader/
DBUILD.md7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
15 - [Display Drivers](#display-drivers)
16 - [Repository Dependencies](#repository-dependencies)
[all …]