Skip to content
/ mesa Public
forked from notaz/mesa

Commit

Permalink
rules: Drop i915
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbees19 committed Jan 3, 2024
1 parent 6db623a commit 8012523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mesa (22.3.6-1+deb12u1+fnx1) UNRELEASED; urgency=medium

* rules: Drop i915. (https://debianforum.de/forum/viewtopic.php?t=188731)

-- Christian Schrötter <[email protected]> Wed, 03 Jan 2024 17:51:58 +0100

mesa (22.3.6-1+deb12u1) testing-proposed-updates; urgency=medium

* Upload to testing.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ else

# Build intel drivers on archs where libdrm-intel is installed
ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 x32))
GALLIUM_DRIVERS += iris crocus i915
GALLIUM_DRIVERS += iris crocus
endif

# LLVM is required for building r300g, radeonsi and llvmpipe drivers.
Expand Down

0 comments on commit 8012523

Please sign in to comment.