This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
lilv-utils is needed for lv2ls tool
Signed-off-by: falkTX <falktx@falktx.com>
pull/327/head
falkTX
4 years ago
parent
9d368a4477
commit
80e9c5d557
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/example-plugins.yml
+ 1
- 1
.github/workflows/example-plugins.yml
View File
@@ -251,7 +251,7 @@ jobs:
# build-deps
sudo apt-get install -yq libasound2-dev libcairo2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
# runtime testing
sudo apt-get install -yq carla-git lv2-dev lv2lint valgrind
sudo apt-get install -yq carla-git l
ilv-utils l
v2-dev lv2lint valgrind
- name: Build plugins
env:
CFLAGS: -g
Write
Preview
Loading…
Cancel
Save