mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
12 lines
238 B
PkgConfig
12 lines
238 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbsd
|
|
Description: BSD compatibility library
|
|
Version: @VERSION@
|
|
URL: http://libbsd.freedesktop.org/
|
|
Libs: -L${libdir} -lbsd
|
|
Cflags: -I${includedir}
|