mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
520682e596
This means that software being ported should not need to be modified in the usual case, as the libbsd headers will take over the standard namespace and fill the missing gaps, and include the system headers. To use this the new libbsd-transparent.pc file can be used through pkg-config, which should end up doing the right thing.
12 lines
293 B
PkgConfig
12 lines
293 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbsd
|
|
Description: Utility functions from BSD systems (transparent)
|
|
Version: @VERSION@
|
|
URL: http://libbsd.freedesktop.org/
|
|
Libs: -L${libdir} -lbsd
|
|
Cflags: -isystem ${includedir}/bsd -DLIBBSD_TRANSPARENT
|