Commit 0e50d83
committed
meson: match libmali SONAME to prebuilt library version
Prebuilts with SONAME libmali.so.0 (e.g. g29p1) caused dh_shlibdeps
to pull in an unrelated package as a provider of libmali.so.1 during
parallel debuild, since the dummy was always built with version 1.9.0.
Detect the major version from the prebuilt SONAME and use it for the
dummy library so wrappers link against the correct libmali.so.N.1 parent 896183f commit 0e50d83
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
201 | 213 | | |
202 | 214 | | |
203 | 215 | | |
204 | 216 | | |
205 | 217 | | |
206 | | - | |
| 218 | + | |
207 | 219 | | |
208 | 220 | | |
209 | 221 | | |
| |||
0 commit comments