mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: nel-sound
|
|
Version: @NL_VERSION@
|
|
Description: NeL @NL_VERSION@
|
|
Reqiures:
|
|
Libs: -L${libdir}
|
|
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
|
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|