treewide: mesa -> libgbm, but again and more (#375759)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
libpulseaudio,
|
||||
libusb1,
|
||||
libxkbcommon,
|
||||
mesa,
|
||||
libgbm,
|
||||
ninja,
|
||||
nix-update-script,
|
||||
nixosTests,
|
||||
@@ -38,7 +38,7 @@
|
||||
ibusSupport ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isDarwin,
|
||||
jackSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
|
||||
libdecorSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
|
||||
openglSupport ? lib.meta.availableOn stdenv.hostPlatform mesa,
|
||||
openglSupport ? lib.meta.availableOn stdenv.hostPlatform libGL,
|
||||
pipewireSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
|
||||
pulseaudioSupport ?
|
||||
config.pulseaudio or stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
|
||||
@@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optional dbusSupport dbus
|
||||
++ lib.optionals drmSupport [
|
||||
libdrm
|
||||
mesa # libgbm
|
||||
libgbm
|
||||
]
|
||||
++ lib.optional jackSupport libjack2
|
||||
++ lib.optional libdecorSupport libdecor
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
libunwind,
|
||||
libusb1,
|
||||
magic-enum,
|
||||
mesa,
|
||||
libgbm,
|
||||
pkg-config,
|
||||
pugixml,
|
||||
qt6,
|
||||
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xorg.libX11
|
||||
xorg.libXext
|
||||
magic-enum
|
||||
mesa
|
||||
libgbm
|
||||
pugixml
|
||||
qt6.qtbase
|
||||
qt6.qtdeclarative
|
||||
|
||||
@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalPackages: {
|
||||
libxkbfile
|
||||
libxshmfence
|
||||
libgbm
|
||||
mesa
|
||||
mesa # uses dri_interface.h
|
||||
nettle
|
||||
openssl
|
||||
pixman
|
||||
|
||||
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
||||
libsndfile
|
||||
libtiff
|
||||
lz4
|
||||
mesa
|
||||
mesa # actually uses eglmesaext
|
||||
openssl
|
||||
systemd
|
||||
udev
|
||||
|
||||
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||
libxkbfile
|
||||
libxshmfence
|
||||
libxcvt
|
||||
mesa
|
||||
mesa # uses dri_interface.h
|
||||
openssl
|
||||
pixman
|
||||
systemd
|
||||
|
||||
Reference in New Issue
Block a user