Merge branch 'X11Libre:master' into master

This commit is contained in:
Xgui4 Studio 2025-06-30 12:02:46 -04:00 committed by GitHub
commit af96969d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -14,8 +14,7 @@ body:
attributes: attributes:
label: Select the version label: Select the version
options: options:
- 25.0.0.0 - 25.0.0.X
- 25.0.0.1
- Git master branch - Git master branch
- other or don't know - other or don't know
default: 1 default: 1

View File

@ -1,5 +1,8 @@
name: Build X servers name: Build X servers
permissions:
contents: read
env: env:
MESON_BUILDDIR: "build" MESON_BUILDDIR: "build"
X11_PREFIX: /home/runner/x11 X11_PREFIX: /home/runner/x11

View File

@ -3,10 +3,10 @@ project('xserver', 'c',
'buildtype=debugoptimized', 'buildtype=debugoptimized',
'c_std=gnu99', 'c_std=gnu99',
], ],
version: '25.0.0.1', version: '25.0.0.2',
meson_version: '>= 0.58.0', meson_version: '>= 0.58.0',
) )
release_date = '2025-06-21' release_date = '2025-06-30'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c') cc = meson.get_compiler('c')