Move windowswmproto to legacy

This commit is contained in:
Jon Turney 2019-06-20 16:38:30 +01:00
parent e0bba743ae
commit e0d4e02710
No known key found for this signature in database
GPG key ID: C7C86F0370285C81
3 changed files with 5 additions and 3 deletions

View file

@ -265,6 +265,7 @@ video_HEADERS = \
videoprotopkgconfigdir = $(datadir)/pkgconfig
videoprotopkgconfig_DATA = videoproto.pc
if LEGACY
windowswmdir = $(includedir)/X11/extensions
windowswm_HEADERS = \
include/X11/extensions/windowswm.h \
@ -272,6 +273,7 @@ windowswm_HEADERS = \
windowswmprotopkgconfigdir = $(datadir)/pkgconfig
windowswmprotopkgconfig_DATA = windowswmproto.pc
endif
xprotodir = $(includedir)/X11
xproto_HEADERS = \

View file

@ -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',

View file

@ -44,7 +44,6 @@ pcs = [
['scrnsaverproto', '1.2.2'],
['trapproto', '3.4.3'],
['videoproto', '2.3.3'],
['windowswmproto', '1.0.4'],
['xcmiscproto', '1.2.2'],
['xextproto', '7.3.0'],
['xf86bigfontproto', '1.2.0'],
@ -79,6 +78,7 @@ if get_option('legacy') == true
['fontcacheproto', '0.1.3'],
['lg3dproto', '5.0'],
['printproto', '1.0.5'],
['windowswmproto', '1.0.4'],
['xcalibrateproto', '0.1.0'],
['xf86rushproto', '1.2.2'],
]