diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-10 10:02:24 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-10 10:03:09 -0800 |
commit | dd207b23f8d8ffe36e6727c813372a7858aafd02 (patch) | |
tree | 80ca6379e7f6b170581464c82802f19cf9053954 | |
parent | 0515b88aa55e6e55d7ab2808d245fdd64f7863ff (diff) |
ice.pc.in: "Libs.Private" should be "Libs.private"
Fixes: b9411f7 ("ice.pc.in: add -lbsd flags when required")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | ice.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: xproto Cflags: -I${includedir} Libs: -L${libdir} -lICE -Libs.Private: @LIBBSD_LIBS@ +Libs.private: @LIBBSD_LIBS@ |