Skip to content

Commit

Permalink
libdrm: Disable unsupported backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Oct 12, 2022
1 parent ed4aba7 commit 3078107
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions bootstrap.d/x11-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,11 @@ packages:
git: 'https://gitlab.freedesktop.org/mesa/drm'
tag: 'libdrm-2.4.113'
version: '2.4.113'
tools_required:
- host-autoconf-v2.69
- host-automake-v1.11
- host-libtool
- host-xorg-macros
- host-pkg-config
- virtual: pkgconfig-for-target
triple: "@OPTION:arch-triple@"
tools_required:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- 'meson'
Expand All @@ -273,6 +266,9 @@ packages:
- '-Dradeon=disabled'
- '-Damdgpu=disabled'
- '-Dnouveau=disabled'
- '-Dfreedreno=disabled'
- '-Detnaviv=disabled'
- '-Dvc4=disabled'
# We might want to build cairo with OpenGL support.
# Doing so would introduce a circular dependency here.
- '-Dcairo-tests=disabled'
Expand Down

0 comments on commit 3078107

Please sign in to comment.