summaryrefslogtreecommitdiff
path: root/ice.pc.in
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2022-10-06 00:26:11 +0000
committerGuillem Jover <guillem@hadrons.org>2022-10-06 00:26:11 +0000
commit81da58f39d274ab7f822fb22e56b5b2027597a51 (patch)
treee7bd76861ae9a669b8810aa682487c82aec441bb /ice.pc.in
parent96c84e563610d5c7846e601605f675f3d3840dd2 (diff)
downloadxorg-lib-libICE-81da58f39d274ab7f822fb22e56b5b2027597a51.tar.gz
Switch from libbsd to libbsd-overlay
This is the preferred usage form for libbsd, as it makes the code more portable and requires no special includes for libbsd, by transparently injects the needed standard headers that would be used on a BSD. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'ice.pc.in')
-rw-r--r--ice.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice.pc.in b/ice.pc.in
index c88962d..b126404 100644
--- a/ice.pc.in
+++ b/ice.pc.in
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
Requires: xproto
Cflags: -I${includedir}
Libs: -L${libdir} -lICE
-Libs.Private: @BSDLIB@
+Libs.Private: @LIBBSD_LIBS@