Commit 38cd04e
committed
Fix aml dependency version for neatvnc
Building neatvnc v0.8.1 fails with:
```
meson.build:71:7: ERROR: Dependency "aml" not found, tried pkgconfig and
cmake
```
According to meson.build:66, neatvnc requires aml in the range
`>=0.3.0` and `<0.4.0`.
Update the dependency to match this requirement so the build can
succeed with the proper aml version.1 parent 53b11ca commit 38cd04e
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments