aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2019-06-27 11:20:48 +0300
committerTimo Aaltonen <tjaalton@debian.org>2019-06-27 11:20:48 +0300
commitd96d73bc162e446b5a562705e89c1f1500e94af1 (patch)
tree2d5af5de97f5aa3797b49222efa51fa18f1a1ccd
parentde4789b313849dcf9d62b0451fe7907eb8282c85 (diff)
rules: Disable panfrost for now, revisit it again for 19.2. (Closes: #930879)
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d22f3763c69..ae3a053b0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
mesa (19.1.1-1) UNRELEASED; urgency=medium
* New upstream bugfix release.
+ * rules: Disable panfrost for now, revisit it again for 19.2. (Closes:
+ #930879)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 27 Jun 2019 10:41:51 +0300
diff --git a/debian/rules b/debian/rules
index a2fbc27fada..007fe91a494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ else
# etnaviv, kmsro, tegra, vc4 and v3d kernel support are only available on armhf and arm64
ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
- GALLIUM_DRIVERS += etnaviv, kmsro, lima, panfrost, tegra, vc4, v3d,
+ GALLIUM_DRIVERS += etnaviv, kmsro, lima, tegra, vc4, v3d,
endif
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))