debian/changelog | 8 ++++++-- debian/control | 2 +- debian/rules | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-)
New commits: commit 1f420d78fd147d9e1bc927dd98b158883e896ec3 Author: Julien Cristau <jcris...@debian.org> Date: Thu Dec 12 12:11:31 2013 +0100 Upload to experimental diff --git a/debian/changelog b/debian/changelog index 08e4028..8218b18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,18 @@ -xorg-server (2:1.14.99.904-1) UNRELEASED; urgency=low +xorg-server (2:1.14.99.904-1) experimental; urgency=low [ Julien Cristau ] * New upstream release candidate. + * Update (build-)dependencies: + - bump x11proto-xext-dev, x11proto-gl-dev, xtrans-dev, libgl1-mesa-dev + - add x11proto-present-dev, x11proto-dri3-dev, libxshmfence-dev + * Enable dri3 (on !hurd) and present extensions. * Point to http://www.debian.org/support instead of the uploader's email address in the Xorg log. [ Maarten Lankhorst ] * Disable xorg-server's linux acpi and apm support. Can only cause bugs. - -- Julien Cristau <jcris...@debian.org> Sat, 23 Nov 2013 16:43:13 +0100 + -- Julien Cristau <jcris...@debian.org> Thu, 12 Dec 2013 12:11:14 +0100 xorg-server (2:1.14.99.3-1) experimental; urgency=low commit f48ca0e472ec5f7ecff18980263e7ca8793e911c Author: Julien Cristau <jcris...@debian.org> Date: Thu Dec 12 08:05:48 2013 +0100 Explicitly enable dri3 on !hurd, and present everywhere dri3 needs libxshmfence, which doesn't work on hurd (lack of PTHREAD_PROCESS_SHARED support). diff --git a/debian/control b/debian/control index 7112b51..94a88f7 100644 --- a/debian/control +++ b/debian/control @@ -70,7 +70,7 @@ Build-Depends: libxfixes-dev (>= 1:3.0.0), libxv-dev, libxinerama-dev, - libxshmfence-dev (>= 1.1), + libxshmfence-dev (>= 1.1) [!hurd-i386], # XCB bits for Xephyr libxcb1-dev, libxcb-shape0-dev, diff --git a/debian/rules b/debian/rules index 741834e..dd8fe09 100755 --- a/debian/rules +++ b/debian/rules @@ -50,9 +50,9 @@ else endif ifeq ($(DEB_HOST_ARCH_OS), hurd) - dri = --disable-dri --disable-dri2 + dri = --disable-dri --disable-dri2 --disable-dri3 else - dri = --enable-dri --enable-dri2 + dri = --enable-dri --enable-dri2 --enable-dri3 endif config_backend = --disable-config-dbus @@ -131,6 +131,7 @@ confflags_main = \ --enable-xdm-auth-1 \ --enable-glx \ $(dri) \ + --enable-present \ --enable-xinerama \ --enable-xf86vidmode \ --enable-xace \ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vr4hh-0003ax...@moszumanska.debian.org