mesa: Changes to 'debian-experimental'
debian/changelog | 4 ++++
debian/rules | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit d83185576b0c8f533d798c4ab9ce0d2eb79abfa1
Author: Julien Cristau <julien.cristau@logilab.fr>
Date: Thu Jun 6 10:05:52 2013 +0200
Build i915 and i965 on kfreebsd.
diff --git a/debian/changelog b/debian/changelog
index 140a6fb..cd84b26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
mesa (9.1.3-3) UNRELEASED; urgency=low
+ [ Andreas Boll ]
* debian/not-installed: Remove /etc/drirc, it's shipped since 8.0.5-1.
Fixes build on hurd.
* debian: Fix build regression on !hurd.
@@ -11,6 +12,9 @@ mesa (9.1.3-3) UNRELEASED; urgency=low
- configure.ac: Build dricommon for gallium swrast
* Memory corruption (OOB read/write) in i965 driver [CVE-2013-1872]
+ [ Julien Cristau ]
+ * Build i915 and i965 on kfreebsd.
+
-- Andreas Boll <andreas.boll.dev@gmail.com> Tue, 04 Jun 2013 11:36:30 +0200
mesa (9.1.3-2) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index a940972..26dd735 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,6 @@ else
DRI_DRIVERS += r200 radeon nouveau
endif
ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
- DRI_DRIVERS += i915 i965
# Radeonsi needs LLVM, so only build it on the subset of archs
# where we have LLVM enabled.
GALLIUM_DRIVERS += radeonsi
@@ -96,6 +95,7 @@ else
DRI_DRIVERS += swrast
else
GALLIUM_DRIVERS += swrast
+ DRI_DRIVERS += i915 i965
endif
# LLVM is required for r300g and recommended for swrastg on x86:
Reply to: