freetype pkconfig libpng interaction

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

freetype pkconfig libpng interaction

Ben Coman
 
Just want to check my understanding about this Makefile.freetype2 dependency...
> $(FREETYPE2LIB): pkgconfig libpng $(THIRDPARTYLIBDIR)/$(FREETYPE2LIBNAME)

...that pkgconfig and libpng aren't required to build freetype independently?
(i.e. from a separate repo e.g. https://github.com/bencoman/freetype2)

They just plug in to freetype at runtime?

cheers -ben