mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-07 01:44:23 +03:00
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
13 lines
308 B
PkgConfig
13 lines
308 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: @PNGLIB_VERSION@
|
|
Requires: zlib
|
|
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|