Commit 520e2f27 authored by K900's avatar K900
Browse files

treewide: remove unnecessary dependencies on mesa

None of those should be real. Things should not depend on mesa
directly for any reason ever, except llvmpipeHook.
parent 1ed4592b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitLab,
  mesa,
  wayland,
  libglvnd,
  libbsd,
@@ -35,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
    libelf
    libglvnd
    libunwind
    mesa
    wayland
  ];

+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ buildFHSEnv {
      kdePackages.wayland
      libxkbcommon
      libgcc
      mesa
      libdrm
      expat
      alsa-lib
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
  nghttp2,
  openjpeg,
  libcaca,
  mesa,
  mesa_glu,
  xvidcore,
  openssl,
@@ -113,7 +112,6 @@ stdenv.mkDerivation (finalAttrs: {
    libx11
    libxv
    xorgproto
    mesa
    mesa_glu
    xvidcore
    openssl
+2 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  libz,
  icu,
  openssl,
  libgbm,
  libxrandr,
  libxfixes,
  libxext,
@@ -28,7 +29,6 @@
  cairo,
  udev,
  alsa-lib,
  mesa,
  libGL,
  libsecret,
  nix-update-script,
@@ -74,12 +74,12 @@ buildDotnetModule (finalAttrs: {

  buildInputs = [
    openssl
    libgbm
    libgcc
    libx11
    gtk3
    glib
    alsa-lib
    mesa
    nspr
    nss
    icu
+0 −2
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
  wayland-protocols,
  glew,
  qt6,
  mesa,
  alsa-lib,
  sdl3,
  iniparser,
@@ -81,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
    libxkbcommon
    wayland-protocols
    glew
    mesa
    alsa-lib
  ];

Loading