117ca54c3Smrginstall_headers(
217ca54c3Smrg    'ag.h',
317ca54c3Smrg    'agproto.h',
417ca54c3Smrg    'applewmconst.h',
517ca54c3Smrg    'applewmproto.h',
617ca54c3Smrg    'bigreqsproto.h',
717ca54c3Smrg    'bigreqstr.h',
817ca54c3Smrg    'composite.h',
917ca54c3Smrg    'compositeproto.h',
1017ca54c3Smrg    'cup.h',
1117ca54c3Smrg    'cupproto.h',
1217ca54c3Smrg    'damageproto.h',
1317ca54c3Smrg    'damagewire.h',
1417ca54c3Smrg    'dbe.h',
1517ca54c3Smrg    'dbeproto.h',
1617ca54c3Smrg    'dmx.h',
1717ca54c3Smrg    'dmxproto.h',
1817ca54c3Smrg    'dpmsconst.h',
1917ca54c3Smrg    'dpmsproto.h',
2017ca54c3Smrg    'dri2proto.h',
2117ca54c3Smrg    'dri2tokens.h',
2217ca54c3Smrg    'dri3proto.h',
2317ca54c3Smrg    'EVI.h',
2417ca54c3Smrg    'EVIproto.h',
2517ca54c3Smrg    'ge.h',
2617ca54c3Smrg    'geproto.h',
2717ca54c3Smrg    'lbx.h',
2817ca54c3Smrg    'lbxproto.h',
2917ca54c3Smrg    'mitmiscconst.h',
3017ca54c3Smrg    'mitmiscproto.h',
3117ca54c3Smrg    'multibufconst.h',
3217ca54c3Smrg    'multibufproto.h',
3317ca54c3Smrg    'panoramiXproto.h',
3417ca54c3Smrg    'presentproto.h',
3517ca54c3Smrg    'presenttokens.h',
3617ca54c3Smrg    'randr.h',
3717ca54c3Smrg    'randrproto.h',
3817ca54c3Smrg    'recordconst.h',
3917ca54c3Smrg    'recordproto.h',
4017ca54c3Smrg    'recordstr.h',
4117ca54c3Smrg    'render.h',
4217ca54c3Smrg    'renderproto.h',
4317ca54c3Smrg    'saver.h',
4417ca54c3Smrg    'saverproto.h',
4517ca54c3Smrg    'secur.h',
4617ca54c3Smrg    'securproto.h',
4717ca54c3Smrg    'shapeconst.h',
4817ca54c3Smrg    'shapeproto.h',
4917ca54c3Smrg    'shapestr.h',
5017ca54c3Smrg    'shm.h',
5117ca54c3Smrg    'shmproto.h',
5217ca54c3Smrg    'shmstr.h',
5317ca54c3Smrg    'syncconst.h',
5417ca54c3Smrg    'syncproto.h',
5517ca54c3Smrg    'syncstr.h',
5617ca54c3Smrg    'xcmiscproto.h',
5717ca54c3Smrg    'xcmiscstr.h',
5817ca54c3Smrg    'xf86bigfont.h',
5917ca54c3Smrg    'xf86bigfproto.h',
6017ca54c3Smrg    'xf86bigfstr.h',
6117ca54c3Smrg    'xf86dga1const.h',
6217ca54c3Smrg    'xf86dga1proto.h',
6317ca54c3Smrg    'xf86dga1str.h',
6417ca54c3Smrg    'xf86dgaconst.h',
6517ca54c3Smrg    'xf86dga.h',
6617ca54c3Smrg    'xf86dgaproto.h',
6717ca54c3Smrg    'xf86dgastr.h',
6817ca54c3Smrg    'xf86vm.h',
6917ca54c3Smrg    'xf86vmproto.h',
7017ca54c3Smrg    'xf86vmstr.h',
7117ca54c3Smrg    'xfixesproto.h',
7217ca54c3Smrg    'xfixeswire.h',
7317ca54c3Smrg    'XI2.h',
7417ca54c3Smrg    'XI2proto.h',
7517ca54c3Smrg    'XI.h',
7617ca54c3Smrg    'XIproto.h',
7717ca54c3Smrg    'XKB.h',
7817ca54c3Smrg    'XKBproto.h',
7917ca54c3Smrg    'XKBsrv.h',
8017ca54c3Smrg    'XKBstr.h',
8117ca54c3Smrg    'XResproto.h',
8217ca54c3Smrg    'xtestconst.h',
8317ca54c3Smrg    'xtestext1const.h',
8417ca54c3Smrg    'xtestext1proto.h',
8517ca54c3Smrg    'xtestproto.h',
8617ca54c3Smrg    'Xv.h',
8717ca54c3Smrg    'XvMC.h',
8817ca54c3Smrg    'XvMCproto.h',
8917ca54c3Smrg    'Xvproto.h',
90452262e1Smrg    'xwaylandproto.h',
9117ca54c3Smrg    subdir : 'X11/extensions'
9217ca54c3Smrg)
9317ca54c3Smrg
9417ca54c3Smrgif get_option('legacy') == true
9517ca54c3Smrg    install_headers(
9617ca54c3Smrg        'evieproto.h',
9717ca54c3Smrg        'fontcache.h',
9817ca54c3Smrg        'fontcacheP.h',
9917ca54c3Smrg        'fontcachstr.h',
10017ca54c3Smrg        'lgewire.h',
10117ca54c3Smrg        'Print.h',
10217ca54c3Smrg        'Printstr.h',
1039d6fedf0Smrg        'vldXvMC.h',
1049d6fedf0Smrg        'windowswm.h',
1059d6fedf0Smrg        'windowswmstr.h',
10617ca54c3Smrg        'xcalibrateproto.h',
10717ca54c3Smrg        'xcalibratewire.h',
1084627b59cSmrg        'xtrapbits.h',
1094627b59cSmrg        'xtrapddmi.h',
1104627b59cSmrg        'xtrapdi.h',
1114627b59cSmrg        'xtrapemacros.h',
1124627b59cSmrg        'xtraplib.h',
1134627b59cSmrg        'xtraplibp.h',
1144627b59cSmrg        'xtrapproto.h',
11517ca54c3Smrg        'Xeviestr.h',
1164627b59cSmrg        'xf86misc.h',
1174627b59cSmrg        'xf86mscstr.h',
11817ca54c3Smrg        'xf86rush.h',
11917ca54c3Smrg        'xf86rushstr.h',
1209d6fedf0Smrg        'XKBgeom.h',
12117ca54c3Smrg        subdir : 'X11/extensions'
12217ca54c3Smrg    )
12317ca54c3Smrgendif
124