asus-me176c: reduce rootfs size by installing only needed Mesa driver (!910)
The mesa-dri-intel package is deprecated since it was replaced with mesa-dri-classic and mesa-dri-gallium. Installing mesa-dri-intel causes both packages to be installed. The Intel graphics in asus-me176c are not supported by the new Gallium "iris" driver, therefore asus-me176c can only use the old i965 driver available in mesa-dri-classic. Removing mesa-dri-gallium reduces the disk space needed for a minimal installation on asus-me176c: - Before: 329M - After: 256M (-73M)
This commit is contained in:
parent
359267ac91
commit
4a844dc630
@ -1,5 +1,6 @@
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Mis012 <michael.srba@seznam.cz>
|
||||
# Contributor: Minecrell <minecrell@minecrell.net>
|
||||
pkgname="device-asus-me176c"
|
||||
pkgdesc="ASUS MeMO Pad 7 (ME176C(X))"
|
||||
pkgver=1
|
||||
@ -8,7 +9,7 @@ url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="x86_64"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-asus-me176c firmware-asus-me176c-acpi $pkgname-factory intel-ucode mesa-dri-intel"
|
||||
depends="postmarketos-base linux-asus-me176c firmware-asus-me176c-acpi intel-ucode $pkgname-factory mesa-dri-classic"
|
||||
makedepends="devicepkg-dev meson eudev-dev"
|
||||
|
||||
_commit=3155254999ac36c3051a2118c415de25a072c0f6
|
||||
|
Loading…
Reference in New Issue
Block a user