bump minimal xorg version to 1.18

1.18 was released a decade ago, so it seems reasonable stop supporting
older ones.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-14 12:10:05 +02:00
parent 8df03a7aa5
commit 44e8272002
2 changed files with 2 additions and 27 deletions

View File

@@ -77,36 +77,11 @@ xserver-1.20-clang:
CC: clang
XSERVER_VERSION: "1.20"
xserver-1.13:
xserver-1.18:
extends: .default_build
script:
- ./autogen.sh --disable-glamor
- make -j$(nproc) check V=1
variables:
XSERVER_VERSION: "1.13"
xserver-1.14:
extends: xserver-1.13
variables:
XSERVER_VERSION: "1.14"
xserver-1.15:
extends: xserver-1.14
variables:
XSERVER_VERSION: "1.15"
xserver-1.16:
extends: .default_build
variables:
XSERVER_VERSION: "1.16"
xserver-1.17:
extends: .default_build
variables:
XSERVER_VERSION: "1.17"
xserver-1.18:
extends: .default_build
variables:
XSERVER_VERSION: "1.18"

View File

@@ -75,7 +75,7 @@ PKG_CHECK_MODULES(LIBDRM_AMDGPU, [libdrm_amdgpu >= 2.4.76])
PKG_CHECK_MODULES(GBM, [gbm])
# Obtain compiler/linker options for the driver dependencies
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.13 xproto fontsproto xf86driproto $REQUIRED_MODULES])
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18 xproto fontsproto xf86driproto $REQUIRED_MODULES])
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
HAVE_XEXTPROTO_71="no")