Unverified Commit 9e01e316 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

emulationstation-de: fix opengl not found (#402912) (#403026)

parents 1b6326aa f7d573e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
  poppler,
  pugixml,
  SDL2,
  libGL,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -57,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
    poppler
    pugixml
    SDL2
    libGL
  ];

  cmakeFlags = [ (lib.cmakeBool "APPLICATION_UPDATER" false) ];