mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
Move windowswmproto to legacy
This commit is contained in:
parent
e0bba743ae
commit
e0d4e02710
3 changed files with 5 additions and 3 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue