aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2013-06-06 10:05:52 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2013-06-06 10:05:52 +0200
commitd83185576b0c8f533d798c4ab9ce0d2eb79abfa1 (patch)
tree60d2b02f43d856a0c489c510f2db6e1e5abb5f0e
parentcd99e8319daaef7e7a53c3372d1fbfaa1a1ef50c (diff)
Build i915 and i965 on kfreebsd.
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 140a6fb7444..cd84b269ad8 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 a940972b99c..26dd7358889 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: