mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-08 00:09:02 +00:00
12 lines
259 B
PkgConfig
12 lines
259 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: nel-3d
|
|
Version: @NL_VERSION@
|
|
Description: NeL @NL_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir}
|
|
Libs.private: @LIBS@ @FREETYPE_LIBS@ -lc
|
|
Cflags: -I${includedir} @FREETYPE_CFLAGS@
|