diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meson.build b/meson.build index feb5ae9..5f3622a 100644 --- a/meson.build +++ b/meson.build @@ -66,6 +66,22 @@ foreach pc : pcs ) endforeach + +docs = files('compositeproto.txt', + 'damageproto.txt', + 'dri2proto.txt', + 'dri3proto.txt', + 'fixesproto.txt', + 'PM_spec', + 'presentproto.txt', + 'randrproto.txt', + 'renderproto.txt', + 'resproto.txt', + 'xv-protocol-v2.txt') +install_data(docs, + install_dir: get_option('datadir') / 'doc' / 'xorgproto') + + if get_option('legacy') == true legacy_pcs = [ 'evieproto', |