mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
17a9a8472e
This affects the pkg-config file now named libbsd-overlay.pc, and the macro to use the overlay LIBBSD_OVERLAY.
12 lines
285 B
PkgConfig
12 lines
285 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbsd
|
|
Description: Utility functions from BSD systems (overlay)
|
|
Version: @VERSION@
|
|
URL: http://libbsd.freedesktop.org/
|
|
Libs: -L${libdir} -lbsd
|
|
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|