xorg-proto-2023.1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user