mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: loading lv2 gui with suil and gtk3
This commit is contained in:
parent
ef619c595a
commit
c0b1217e60
6 changed files with 516 additions and 30 deletions
|
|
@ -18,6 +18,8 @@ in pkgs.mkShell {
|
|||
serd
|
||||
libclang
|
||||
suil
|
||||
glib
|
||||
gtk3
|
||||
];
|
||||
VST3_SDK_DIR = "/home/user/Lab/Music/tek/vst3sdk/";
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib.outPath}/lib";
|
||||
|
|
@ -32,5 +34,9 @@ in pkgs.mkShell {
|
|||
xorg.libXi
|
||||
libxkbcommon
|
||||
suil
|
||||
# for Helm:
|
||||
alsa-lib
|
||||
curl
|
||||
xorg_sys_opengl
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue