diff options
Diffstat (limited to 'include/X11/extensions')
-rw-r--r-- | include/X11/extensions/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/meson.build b/include/X11/extensions/meson.build index dbd70c2..1d85cf8 100644 --- a/include/X11/extensions/meson.build +++ b/include/X11/extensions/meson.build @@ -53,7 +53,6 @@ install_headers( 'syncconst.h', 'syncproto.h', 'syncstr.h', - 'vldXvMC.h', 'xcmiscproto.h', 'xcmiscstr.h', 'xf86bigfont.h', @@ -77,7 +76,6 @@ install_headers( 'XI2proto.h', 'XI.h', 'XIproto.h', - 'XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', @@ -110,6 +108,7 @@ if get_option('legacy') == true 'lgewire.h', 'Print.h', 'Printstr.h', + 'vldXvMC.h', 'windowswm.h', 'windowswmstr.h', 'xcalibrateproto.h', @@ -117,6 +116,7 @@ if get_option('legacy') == true 'Xeviestr.h', 'xf86rush.h', 'xf86rushstr.h', + 'XKBgeom.h', subdir : 'X11/extensions' ) endif |