Commit b399ec9
committed
Makefile: detect sfml-all pkg-config for SFML 3.1+
SFML 3.1 renamed the pkg-config file from sfml to sfml-all. When
sfml-all is found, use --static --libs to resolve all transitive
dependencies (harfbuzz, mbedtls, libssh2, etc.) rather than relying
on the plain --libs TEMP_LIBS path which misses them.1 parent 0d5ff5a commit b399ec9
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
458 | 461 | | |
459 | 462 | | |
460 | 463 | | |
461 | | - | |
| 464 | + | |
462 | 465 | | |
463 | 466 | | |
464 | 467 | | |
| |||
0 commit comments