add libglvnd and fix helm path

This commit is contained in:
🪞👃🪞 2024-07-24 19:14:43 +03:00
parent c0b1217e60
commit d7b3d64472
2 changed files with 4 additions and 3 deletions

View file

@ -32,8 +32,8 @@ fn test_lv2_ui () {
"http://tytel.org/helm", "http://tytel.org/helm",
"http://tytel.org/helm#ParentUI", "http://tytel.org/helm#ParentUI",
"http://lv2plug.in/ns/extensions/ui#X11UI", "http://lv2plug.in/ns/extensions/ui#X11UI",
"/home/user/.lv2/Odin2.lv2/helm.so", "/home/user/.lv2/Helm.lv2/helm.so",
"/home/user/.lv2/Odin2.lv2/helm.so", "/home/user/.lv2/Helm.lv2/helm.so",
&features, &features,
).unwrap()); ).unwrap());
//println!("{:?}", instance.get_widget()); //println!("{:?}", instance.get_widget());

View file

@ -37,6 +37,7 @@ in pkgs.mkShell {
# for Helm: # for Helm:
alsa-lib alsa-lib
curl curl
xorg_sys_opengl libglvnd
#xorg_sys_opengl
]); ]);
} }