1install_headers(
2    'ag.h',
3    'agproto.h',
4    'applewmconst.h',
5    'applewmproto.h',
6    'bigreqsproto.h',
7    'bigreqstr.h',
8    'composite.h',
9    'compositeproto.h',
10    'cup.h',
11    'cupproto.h',
12    'damageproto.h',
13    'damagewire.h',
14    'dbe.h',
15    'dbeproto.h',
16    'dmx.h',
17    'dmxproto.h',
18    'dpmsconst.h',
19    'dpmsproto.h',
20    'dri2proto.h',
21    'dri2tokens.h',
22    'dri3proto.h',
23    'EVI.h',
24    'EVIproto.h',
25    'ge.h',
26    'geproto.h',
27    'lbx.h',
28    'lbxproto.h',
29    'mitmiscconst.h',
30    'mitmiscproto.h',
31    'multibufconst.h',
32    'multibufproto.h',
33    'panoramiXproto.h',
34    'presentproto.h',
35    'presenttokens.h',
36    'randr.h',
37    'randrproto.h',
38    'recordconst.h',
39    'recordproto.h',
40    'recordstr.h',
41    'render.h',
42    'renderproto.h',
43    'saver.h',
44    'saverproto.h',
45    'secur.h',
46    'securproto.h',
47    'shapeconst.h',
48    'shapeproto.h',
49    'shapestr.h',
50    'shm.h',
51    'shmproto.h',
52    'shmstr.h',
53    'syncconst.h',
54    'syncproto.h',
55    'syncstr.h',
56    'xcmiscproto.h',
57    'xcmiscstr.h',
58    'xf86bigfont.h',
59    'xf86bigfproto.h',
60    'xf86bigfstr.h',
61    'xf86dga1const.h',
62    'xf86dga1proto.h',
63    'xf86dga1str.h',
64    'xf86dgaconst.h',
65    'xf86dga.h',
66    'xf86dgaproto.h',
67    'xf86dgastr.h',
68    'xf86vm.h',
69    'xf86vmproto.h',
70    'xf86vmstr.h',
71    'xfixesproto.h',
72    'xfixeswire.h',
73    'XI2.h',
74    'XI2proto.h',
75    'XI.h',
76    'XIproto.h',
77    'XKB.h',
78    'XKBproto.h',
79    'XKBsrv.h',
80    'XKBstr.h',
81    'XResproto.h',
82    'xtestconst.h',
83    'xtestext1const.h',
84    'xtestext1proto.h',
85    'xtestproto.h',
86    'Xv.h',
87    'XvMC.h',
88    'XvMCproto.h',
89    'Xvproto.h',
90    'xwaylandproto.h',
91    subdir : 'X11/extensions'
92)
93
94if get_option('legacy') == true
95    install_headers(
96        'evieproto.h',
97        'fontcache.h',
98        'fontcacheP.h',
99        'fontcachstr.h',
100        'lgewire.h',
101        'Print.h',
102        'Printstr.h',
103        'vldXvMC.h',
104        'windowswm.h',
105        'windowswmstr.h',
106        'xcalibrateproto.h',
107        'xcalibratewire.h',
108        'xtrapbits.h',
109        'xtrapddmi.h',
110        'xtrapdi.h',
111        'xtrapemacros.h',
112        'xtraplib.h',
113        'xtraplibp.h',
114        'xtrapproto.h',
115        'Xeviestr.h',
116        'xf86misc.h',
117        'xf86mscstr.h',
118        'xf86rush.h',
119        'xf86rushstr.h',
120        'XKBgeom.h',
121        subdir : 'X11/extensions'
122    )
123endif
124