Searched +full:libxrandr +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance
1 # Copyright (c) 2021-2023 Valve Corporation2 # Copyright (c) 2021-2023 LunarG, Inc.8 # http://www.apache.org/licenses/LICENSE-2.021 # https://docs.github.com/en/actions/using-jobs/using-concurrency25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}26 cancel-in-progress: true32 - main34 permissions: read-all38 runs-on: ${{matrix.os}}43 os: [ ubuntu-20.04, ubuntu-22.04 ][all …]
7 # http://www.apache.org/licenses/LICENSE-2.026 - cron: '26 7 * * 1'34 # - https://gh.io/recommended-hardware-resources-for-running-codeql35 # - https://gh.io/supported-runners-and-hardware-resources36 # - https://gh.io/using-larger-runners38 runs-on: 'ubuntu-latest'39 timeout-minutes: 36043 security-events: write46 fail-fast: false51 - name: Checkout repository[all …]
3 set -e4 set -o xtrace6 apt-get -y install ca-certificates7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list9 apt-get update11 apt-get -y install \25 glslang-tools \28 libdrm-dev \29 libelf-dev \30 libexpat1-dev \[all …]
3 set -e4 set -o xtrace8 apt-get install -y ca-certificates gnupg2 software-properties-common11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key12 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.list19 python3-pip \20 python3-setuptools \23 apt-get update25 apt-get install -y --no-remove \[all …]
5 set -e6 set -o xtrace15 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 …]
3 set -e4 set -o xtrace12 dpkg --add-architecture $arch13 apt-get update15 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 …]
16 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 have31 [CMake user guide][cmake-guide] that includes everything in this guide not34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/40 all necessary dependencies for compiling GLFW, but on Unix-like systems like46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like55 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 to60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev63 On Fedora and derivatives like Red Hat you will need the `wayland-devel` and[all …]
7 - [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 …]