Skip to content
/ mesa Public
forked from notaz/mesa

Commit

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

* rules: Add i915. (https://debianforum.de/forum/viewtopic.php?t=188731)
This reverts commit 324f2467930f6f466e18ae5f71cad3141618de78!

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

mesa-amber (21.3.9-1) unstable; urgency=medium

* Team upload.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else

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

Expand Down

0 comments on commit 9b213ab

Please sign in to comment.