xorg-proto ver.bump

This commit is contained in:
Rmys
2021-05-23 12:31:53 +03:00
committed by GitHub
parent 7afb1a9c56
commit 391ae3cb17
2 changed files with 22 additions and 3 deletions
@@ -0,0 +1,12 @@
diff -Nuar a/meson.build b/meson.build
--- a/meson.build 2021-04-30 02:51:47.000000000 +0300
+++ b/meson.build 2021-05-22 12:42:23.227412930 +0300
@@ -80,7 +80,7 @@
'resproto.txt',
'xv-protocol-v2.txt')
install_data(docs,
- install_dir: get_option('datadir') / 'doc' / 'xorgproto')
+ install_dir: 'share' / 'doc' / 'xorgproto')
if get_option('legacy') == true