diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-06-20 16:38:30 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2019-07-22 11:05:32 +0100 |
commit | e0d4e02710e6d66408ecbbd2fee64ae4c6748739 (patch) | |
tree | f46aae2d0c6a206704162bf01a43add406df55cc /include | |
parent | e0bba743ae7c549c58f92677b239ec7878548228 (diff) |
Move windowswmproto to legacy
Diffstat (limited to 'include')
-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 e7e7de2..dbd70c2 100644 --- a/include/X11/extensions/meson.build +++ b/include/X11/extensions/meson.build @@ -54,8 +54,6 @@ install_headers( 'syncproto.h', 'syncstr.h', 'vldXvMC.h', - 'windowswm.h', - 'windowswmstr.h', 'xcmiscproto.h', 'xcmiscstr.h', 'xf86bigfont.h', @@ -112,6 +110,8 @@ if get_option('legacy') == true 'lgewire.h', 'Print.h', 'Printstr.h', + 'windowswm.h', + 'windowswmstr.h', 'xcalibrateproto.h', 'xcalibratewire.h', 'Xeviestr.h', |