wivrn: wrap server with adb for wired functionality
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
fetchFromGitLab,
|
||||
applyPatches,
|
||||
autoAddDriverRunpath,
|
||||
android-tools,
|
||||
avahi,
|
||||
boost,
|
||||
cli11,
|
||||
@@ -107,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
android-tools
|
||||
eigen
|
||||
freetype
|
||||
glm
|
||||
@@ -179,7 +181,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
preFixup = lib.optional (!clientLibOnly) ''
|
||||
wrapQtApp "$out/bin/wivrn-dashboard" \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]}
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]} \
|
||||
--prefix PATH : ${lib.makeBinPath [ android-tools ]}
|
||||
'';
|
||||
|
||||
desktopItems = lib.optionals (!clientLibOnly) [
|
||||
|
||||
Reference in New Issue
Block a user