debian/changelog | 2 ++ debian/rules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 03d00b3675e7957fc4deb743440b39c9b2f8b5a6 Author: Vincent Cheng <[email protected]> Date: Mon Jun 2 23:52:54 2014 -0700 Stop overriding default upstream acceleration method (i.e. default to SNA instead of UXA). diff --git a/debian/changelog b/debian/changelog index 2795c0d..25c5f42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ xserver-xorg-video-intel (2:2.99.911+git20140529-1~exp2) experimental; urgency=m * Install intel-virtual-output. (Closes: #749925) - New build-deps added: libxinerama-dev, libxrandr-dev, libxdamage-dev, libxcursor-dev, libxtst-dev, libxrender-dev, libpixman-1-dev + * Stop overriding default upstream acceleration method (i.e. default to SNA + instead of UXA). -- Vincent Cheng <[email protected]> Mon, 02 Jun 2014 23:47:23 -0700 diff --git a/debian/rules b/debian/rules index 30f575b..e2161e2 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,6 @@ override_dh_auto_configure: dh_auto_configure -- \ --enable-sna \ --enable-uxa \ - --with-default-accel=uxa \ --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) ($(BUILDER))" \ --disable-silent-rules \ $(valgrind) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

