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).
This commit is contained in:
Jennifer Graul
2025-11-13 15:02:21 +01:00
parent b58839b044
commit 0a042c46a1

View File

@@ -75,6 +75,10 @@ let
dpkg dpkg
]; ];
autoPatchelfIgnoreMissingDeps = [
"libQt6WaylandEglClientHwIntegration.so.6"
];
dontUnpack = true; dontUnpack = true;
dontWrapQtApps = true; dontWrapQtApps = true;