mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 04:13:22 +00:00
21 lines
612 B
Diff
21 lines
612 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -63,7 +63,7 @@
|
|
configure_file(
|
|
input : pc + '.pc.in',
|
|
output : pc + '.pc',
|
|
- install_dir : get_option('datadir') + '/pkgconfig',
|
|
+ install_dir : '@TERMUX_PREFIX@/lib/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 : '@TERMUX_PREFIX@/lib/pkgconfig',
|
|
configuration : pc_data,
|
|
)
|
|
endforeach
|