debian/changelog | 7 +++++++ debian/control | 2 ++ debian/rules | 3 +++ 3 files changed, 12 insertions(+)
New commits: commit fa9cf560c5bebca539103ce453825bd1475d5710 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Sep 19 18:30:11 2013 +0300 control, rules: Build against libglamor, add depends on xserver- xorg-glamoregl. (LP: #1224718) diff --git a/debian/changelog b/debian/changelog index 9e7ecf0..cc46d1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-ati (1:7.2.0-0ubuntu7) UNRELEASED; urgency=low + + * control, rules: Build against libglamor, add depends on xserver- + xorg-glamoregl. (LP: #1224718) + + -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 19 Sep 2013 18:22:54 +0300 + xserver-xorg-video-ati (1:7.2.0-0ubuntu6) saucy; urgency=low * Fix the build harder. This would be easier if my powerpc schroot actually diff --git a/debian/control b/debian/control index 678e43f..0416052 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: x11proto-dri2-dev, x11proto-xf86dri-dev, libudev-dev [linux-any], + libglamor-dev, xutils-dev (>= 1:7.5+4) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ati @@ -33,6 +34,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}, + xserver-xorg-glamoregl, xserver-xorg-video-r128 [!ia64], xserver-xorg-video-mach64 [!ia64], xserver-xorg-video-radeon diff --git a/debian/rules b/debian/rules index e369034..b49d3fb 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ XXV=xserver-xorg-video +override_dh_auto_configure: + dh_auto_configure -- --enable-glamor + # Install in debian/tmp to retain control through dh_install: override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- 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/e1vmhxh-0000fv...@vasks.debian.org