Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xorgproto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
proto
xorgproto
Commits
e0d4e027
Verified
Commit
e0d4e027
authored
Jun 20, 2019
by
Jon Turney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move windowswmproto to legacy
parent
e0bba743
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.am
Makefile.am
+2
-0
include/X11/extensions/meson.build
include/X11/extensions/meson.build
+2
-2
meson.build
meson.build
+1
-1
No files found.
Makefile.am
View file @
e0d4e027
...
@@ -265,6 +265,7 @@ video_HEADERS = \
...
@@ -265,6 +265,7 @@ video_HEADERS = \
videoprotopkgconfigdir
=
$(datadir)
/pkgconfig
videoprotopkgconfigdir
=
$(datadir)
/pkgconfig
videoprotopkgconfig_DATA
=
videoproto.pc
videoprotopkgconfig_DATA
=
videoproto.pc
if
LEGACY
windowswmdir
=
$(includedir)
/X11/extensions
windowswmdir
=
$(includedir)
/X11/extensions
windowswm_HEADERS
=
\
windowswm_HEADERS
=
\
include/X11/extensions/windowswm.h
\
include/X11/extensions/windowswm.h
\
...
@@ -272,6 +273,7 @@ windowswm_HEADERS = \
...
@@ -272,6 +273,7 @@ windowswm_HEADERS = \
windowswmprotopkgconfigdir
=
$(datadir)
/pkgconfig
windowswmprotopkgconfigdir
=
$(datadir)
/pkgconfig
windowswmprotopkgconfig_DATA
=
windowswmproto.pc
windowswmprotopkgconfig_DATA
=
windowswmproto.pc
endif
xprotodir
=
$(includedir)
/X11
xprotodir
=
$(includedir)
/X11
xproto_HEADERS
=
\
xproto_HEADERS
=
\
...
...
include/X11/extensions/meson.build
View file @
e0d4e027
...
@@ -54,8 +54,6 @@ install_headers(
...
@@ -54,8 +54,6 @@ install_headers(
'syncproto.h',
'syncproto.h',
'syncstr.h',
'syncstr.h',
'vldXvMC.h',
'vldXvMC.h',
'windowswm.h',
'windowswmstr.h',
'xcmiscproto.h',
'xcmiscproto.h',
'xcmiscstr.h',
'xcmiscstr.h',
'xf86bigfont.h',
'xf86bigfont.h',
...
@@ -112,6 +110,8 @@ if get_option('legacy') == true
...
@@ -112,6 +110,8 @@ if get_option('legacy') == true
'lgewire.h',
'lgewire.h',
'Print.h',
'Print.h',
'Printstr.h',
'Printstr.h',
'windowswm.h',
'windowswmstr.h',
'xcalibrateproto.h',
'xcalibrateproto.h',
'xcalibratewire.h',
'xcalibratewire.h',
'Xeviestr.h',
'Xeviestr.h',
...
...
meson.build
View file @
e0d4e027
...
@@ -44,7 +44,6 @@ pcs = [
...
@@ -44,7 +44,6 @@ pcs = [
['scrnsaverproto', '1.2.2'],
['scrnsaverproto', '1.2.2'],
['trapproto', '3.4.3'],
['trapproto', '3.4.3'],
['videoproto', '2.3.3'],
['videoproto', '2.3.3'],
['windowswmproto', '1.0.4'],
['xcmiscproto', '1.2.2'],
['xcmiscproto', '1.2.2'],
['xextproto', '7.3.0'],
['xextproto', '7.3.0'],
['xf86bigfontproto', '1.2.0'],
['xf86bigfontproto', '1.2.0'],
...
@@ -79,6 +78,7 @@ if get_option('legacy') == true
...
@@ -79,6 +78,7 @@ if get_option('legacy') == true
['fontcacheproto', '0.1.3'],
['fontcacheproto', '0.1.3'],
['lg3dproto', '5.0'],
['lg3dproto', '5.0'],
['printproto', '1.0.5'],
['printproto', '1.0.5'],
['windowswmproto', '1.0.4'],
['xcalibrateproto', '0.1.0'],
['xcalibrateproto', '0.1.0'],
['xf86rushproto', '1.2.2'],
['xf86rushproto', '1.2.2'],
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment