Files
2023-06-05 22:30:49 +03:00

22 lines
731 B
Diff

diff -Nuar a/meson.build b/meson.build
--- a/meson.build 2023-06-05 15:17:31.000000000 +0300
+++ b/meson.build 2023-06-05 21:52:47.021561964 +0300
@@ -64,7 +64,7 @@
configure_file(
input : pc + '.pc.in',
output : pc + '.pc',
- install_dir : get_option('datadir') + '/pkgconfig',
+ install_dir : get_option('libdir') + '/pkgconfig',
configuration : pc_data,
)
endforeach
@@ -102,7 +102,7 @@
configure_file(
input : pc + '.pc.in',
output : pc + '.pc',
- install_dir : get_option('datadir') + '/pkgconfig',
+ install_dir : get_option('libdir') + '/pkgconfig',
configuration : pc_data,
)
endforeach