Xnest XCB version 24.2.0.0
2nd release this year: * added syslog support * xfree86: fixed DRI crash bug (#1053, #1534) * bunch of little cleanups and fixes * by default only builds Xnest DDX (others still can be enabled via options) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
23040f3814
commit
702b1687fd
|
@ -3,10 +3,10 @@ project('xlibre-xnest', 'c',
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
],
|
],
|
||||||
version: '21.1.99.1',
|
version: '24.2.0.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
)
|
)
|
||||||
release_date = '2021-07-05'
|
release_date = '2024-09-19'
|
||||||
|
|
||||||
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')
|
||||||
|
|
Loading…
Reference in New Issue