-- Checking for module 'pnglite'
-- Package 'pnglite', required by 'virtual:world', not found
-- Found Pnglite: src/engine/external/pnglite
but in a few lines below it reports as found:
-- Dependencies:
...
-- * Pnglite found
If it was using bundled pnglite, it would print "Pnglite not found (using bundled version)"
Even ldd
reports a dynamic link to pnglite:
```
$ ldd /usr/bin/DDNet | grep p...