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:
@@ -75,6 +75,10 @@ let
|
||||
dpkg
|
||||
];
|
||||
|
||||
autoPatchelfIgnoreMissingDeps = [
|
||||
"libQt6WaylandEglClientHwIntegration.so.6"
|
||||
];
|
||||
|
||||
dontUnpack = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user