xorg-proto-2023.1

This commit is contained in:
Rmys
2023-06-05 22:30:49 +03:00
parent 3bffd72b50
commit 1c2dec8bfe
3 changed files with 34 additions and 4 deletions
@@ -0,0 +1,21 @@
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