-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I tried to build on a Linux Mint 20 but got into a lot of errors.
First: When I run meson . build -Ddefault_library=static -Dbuildtype=release I always get the following error:
meson.build:6:0: ERROR: Subproject exists but has no meson.build file. Therefore, I commented out that dependency. But then I got the next error:
src/meson.build:58:0: ERROR: Dependency "nanosvg" not found, tried pkgconfig and cmake.
If I comment out all dependencies for the subprojects inside the src/meson.build file, I can successfully run the meson build. Therefore, I believe that I have all other dependencies. But I have no idea how I can make meson find the subproject ones.
Do you have an idea what the reason for these errors could be? Maybe I missed a step. I hope it is ok to post this as an issue.
Thank you for your help:))