mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
12 lines
244 B
PkgConfig
12 lines
244 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libcanberra
|
|
Description: Event Sound API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lcanberra @PTHREAD_LIBS@
|
|
Cflags: -D_REENTRANT -I${includedir}
|
|
Requires:
|