Commit 0d15288
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.
Update the neatvnc form v0.8.1 to v0.9.51 parent 62142a0 commit 0d15288
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
17 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
18 | 34 | | |
19 | 35 | | |
20 | 36 | | |
| |||
0 commit comments