diff options
Diffstat (limited to 'include/X11/extensions')
-rw-r--r-- | include/X11/extensions/meson.build | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/X11/extensions/meson.build b/include/X11/extensions/meson.build index 1d85cf8..d1ac281 100644 --- a/include/X11/extensions/meson.build +++ b/include/X11/extensions/meson.build @@ -65,8 +65,6 @@ install_headers( 'xf86dga.h', 'xf86dgaproto.h', 'xf86dgastr.h', - 'xf86misc.h', - 'xf86mscstr.h', 'xf86vm.h', 'xf86vmproto.h', 'xf86vmstr.h', @@ -85,13 +83,6 @@ install_headers( 'xtestext1const.h', 'xtestext1proto.h', 'xtestproto.h', - 'xtrapbits.h', - 'xtrapddmi.h', - 'xtrapdi.h', - 'xtrapemacros.h', - 'xtraplib.h', - 'xtraplibp.h', - 'xtrapproto.h', 'Xv.h', 'XvMC.h', 'XvMCproto.h', @@ -113,7 +104,16 @@ if get_option('legacy') == true 'windowswmstr.h', 'xcalibrateproto.h', 'xcalibratewire.h', + 'xtrapbits.h', + 'xtrapddmi.h', + 'xtrapdi.h', + 'xtrapemacros.h', + 'xtraplib.h', + 'xtraplibp.h', + 'xtrapproto.h', 'Xeviestr.h', + 'xf86misc.h', + 'xf86mscstr.h', 'xf86rush.h', 'xf86rushstr.h', 'XKBgeom.h', |