Fix inclusion of supergfxctl lib

This commit is contained in:
Luke D. Jones
2022-11-04 21:31:45 +13:00
parent 1332ac803c
commit 58ff566d65
3 changed files with 4 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ rog_dbus = { path = "../rog-dbus" }
rog_aura = { path = "../rog-aura" }
rog_profiles = { path = "../rog-profiles" }
rog_platform = { path = "../rog-platform" }
#supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" }
supergfxctl = { path = "../../supergfxctl" }
supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" }
#supergfxctl = { path = "../../supergfxctl" }
smol.workspace = true