Unverified Commit 839b6aa3 authored by Toma's avatar Toma Committed by GitHub
Browse files

sourcegit: add libGL to runtimeDeps (#492985)

parents b2b412fd 73465504
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  makeDesktopItem,
  libicns,

  libGL,
  libxcursor,
  libxext,
  libxi,
@@ -53,8 +54,10 @@ buildDotnetModule (finalAttrs: {

  # these are dlopen-ed at runtime
  # libxi is needed for right-click support
  # libGL is needed for GPU-accelerated rendering (without it, Avalonia falls back to software rendering)
  # not sure about what the other ones are needed for, but I'll include them anyways
  runtimeDeps = [
    libGL
    libxcursor
    libxext
    libxi