Unverified Commit 0a042c46 authored by Jennifer Graul's avatar Jennifer Graul
Browse files

nxwitness-client: fix build

It seems like qtwayland 6.10 does not provide
libQt6WaylandEglClientHwIntegration.so.6 anymore, so we now ignore the
dependency, because the application seems to work fine without it
(tested on wayland).
parent b58839b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -75,6 +75,10 @@ let
      dpkg
    ];

    autoPatchelfIgnoreMissingDeps = [
      "libQt6WaylandEglClientHwIntegration.so.6"
    ];

    dontUnpack = true;
    dontWrapQtApps = true;