mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 14:48:08 +02:00
meson.build: install the protocol .txt files in doc
This now matches the autotools installation Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a657dd0b45
commit
8f6a67d314
1 changed files with 16 additions and 0 deletions
16
meson.build
16
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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue