mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-04-14 11:04:42 +00:00
configure.ac: increase minimum xserver version to 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -76,7 +76,7 @@ PKG_CHECK_MODULES(LIBDRM_AMDGPU, [libdrm_amdgpu >= 2.4.121])
|
||||
PKG_CHECK_MODULES(GBM, [gbm])
|
||||
|
||||
# Obtain compiler/linker options for the driver dependencies
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18 xproto fontsproto xf86driproto $REQUIRED_MODULES])
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= 25.0.0 xproto fontsproto xf86driproto $REQUIRED_MODULES])
|
||||
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1])
|
||||
|
||||
# Section "OutputClass" is only supported as of xserver 1.16
|
||||
|
||||
@@ -8,7 +8,7 @@ project(
|
||||
)
|
||||
|
||||
# Dependencies
|
||||
xorg_dep = dependency('xorg-server', version: '>=1.18', required: true)
|
||||
xorg_dep = dependency('xorg-server', version: '>=25.0.0', required: true)
|
||||
xproto_dep = dependency('xproto', required: true)
|
||||
fontsproto_dep = dependency('fontsproto', required: true)
|
||||
xf86driproto_dep = dependency('xf86driproto', required: true)
|
||||
|
||||
Reference in New Issue
Block a user