diff --git a/recipes/xorg-server b/recipes/xorg-server index 9114f99e9..ce2985cbc 100644 --- a/recipes/xorg-server +++ b/recipes/xorg-server @@ -1,12 +1,12 @@ name=xorg-server -version=21.1.10 +version=21.1.11 revision=1 tarball_url="https://www.x.org/releases/individual/xserver/xorg-server-${version}.tar.xz" -tarball_blake2b="c06d5f09e79b608d9e37f43ed05a0932d9e195cc0da418621c2db45be85ccceef38b14631a4b90e78468c845e4852dc07c65208138b93975f091b2139e437a60" +tarball_blake2b="0a18840979bb8b20b02eca9d737f20ddcf92a4771386074c38692df8a1c9b0f471af2211f3006f845ad0dd887b3844b7e7aac761bc12fc4e4177f1ada32ec503" source_hostdeps="automake autoconf libtool pkg-config" source_deps="xtrans xorg-font-util xorg-util-macros" hostdeps="gcc autoconf automake libtool pkg-config" -deps="core-libs xorg-proto xcb-proto xtrans libxcvt libxshmfence libx11 libxaw libxxf86vm libxkbfile libxmu libxfont2 libepoxy libxi libxv libxdamage libxrender libxrandr libxcb libxfixes libxext nettle xorg-xkbcomp xkeyboard-config pixman" +deps="core-libs xorg-proto xcb-proto xtrans libxinerama libxcvt libxshmfence libx11 libxaw libxxf86vm libxkbfile libxmu libxfont2 libepoxy libxi libxv libxdamage libxrender libxrandr libxcb libxfixes libxext nettle xorg-xkbcomp xkeyboard-config pixman" regenerate() { autotools_recursive_regen @@ -29,7 +29,6 @@ build() { --disable-dpms \ --disable-screensaver \ --disable-xres \ - --disable-xinerama \ --disable-xvmc \ --disable-systemd-logind \ --disable-secure-rpc \