chore: Restructure submodules and add support for nreal-driver
This commit is contained in:
parent
d15a716476
commit
c0a3619a6f
8 changed files with 20 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -278,3 +278,4 @@ dkms.conf
|
|||
|
||||
# ---> UnrealXR
|
||||
data
|
||||
drivers
|
||||
|
|
15
.gitmodules
vendored
15
.gitmodules
vendored
|
@ -1,6 +1,9 @@
|
|||
[submodule "evdi"]
|
||||
path = evdi
|
||||
url = https://github.com/DisplayLink/evdi
|
||||
[submodule "raylib-python-cffi"]
|
||||
path = raylib-python-cffi
|
||||
url = https://git.terah.dev/imterah/raylib-python-cffi
|
||||
[submodule "modules/raylib-python-cffi"]
|
||||
path = modules/raylib-python-cffi
|
||||
url = https://git.terah.dev/UnrealXR/raylib-python-cffi.git
|
||||
[submodule "modules/evdi"]
|
||||
path = modules/evdi
|
||||
url = https://github.com/DisplayLink/evdi.git
|
||||
[submodule "modules/nreal-driver"]
|
||||
path = modules/nreal-driver
|
||||
url = https://git.terah.dev/UnrealXR/nrealAirLinuxDriver.git
|
||||
|
|
1
evdi
1
evdi
|
@ -1 +0,0 @@
|
|||
Subproject commit 600ed4342a7251d4575ee4810756649f9e77cdf0
|
1
modules/evdi
Submodule
1
modules/evdi
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3673a4b34d386921fc323ddbd2ef0e000022e2d4
|
1
modules/nreal-driver
Submodule
1
modules/nreal-driver
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 682daf43853702b61df02d12ed3870937f528107
|
1
modules/raylib-python-cffi
Submodule
1
modules/raylib-python-cffi
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 249b5b7c3548cae12d998933de8b70a8b99a50cd
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1e195e4ac9b1dcd834fcf9c3d7bfc4e91bc10ecc
|
|
@ -23,6 +23,13 @@
|
|||
xorg.libXrandr
|
||||
xorg.libXinerama
|
||||
xorg.libX11
|
||||
|
||||
# nreal driver build dependencies
|
||||
hidapi
|
||||
json_c
|
||||
udev
|
||||
libusb1
|
||||
opencv
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue