aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gladkov <gladkov.alexey@gmail.com>2022-03-20 14:22:19 +0100
committerAlexey Gladkov <gladkov.alexey@gmail.com>2022-03-20 14:22:19 +0100
commit933e0063ca90a8e605495b819143e7d352eac101 (patch)
tree012c14561edc69ef4060a0b74c6d84e21527f7cc
parentce52f192af4d2fd91f39dfcfe3e6f8ed214b6e55 (diff)
downloadkbd-libkfont-public-v2.tar.gz
Fix dependencies in the libkeymap.pclibkfont-public-v2
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
-rw-r--r--src/libkeymap/libkeymap.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libkeymap/libkeymap.pc.in b/src/libkeymap/libkeymap.pc.in
index 66ed36ae..f3127167 100644
--- a/src/libkeymap/libkeymap.pc.in
+++ b/src/libkeymap/libkeymap.pc.in
@@ -7,6 +7,6 @@ Name: libkeymap
Version: @VERSION@
Description: Library to manage the Linux keymaps
Requires:
-Libs: -L${libdir} -lkeymap -lfindfile
+Libs: -L${libdir} -lkeymap -lkbdfile
Libs.private:
Cflags: -I${includedir}