asus-me176c: remove -x11 subpackage (!917)
So far, the -x11 subpackage for asus-me176c was used to install the Xorg Intel driver (xf86-video-intel). But these days many distributions actually recommend using the standard Xorg modesetting driver instead, see e.g. - Debian: https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/ - Fedora: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AUPYPJMFJZMHPEKN24LBABZKIEOV4NU5/ - KDE: https://community.kde.org/Plasma/5.9_Errata#Intel_GPUs The standard Xorg modesetting driver is included in the main xorg-server package. Not installing xf86-video-intel saves about ~73 MiB of disk space (because it also pulls in many unneeded dependencies). Xfce seems to be working just fine with the modesetting driver. (And most users will probably prefer Wayland anyway...)
This commit is contained in:
parent
14eef2d5f4
commit
83a0a953af
1 changed files with 1 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname="device-asus-me176c"
|
||||
pkgdesc="ASUS MeMO Pad 7 (ME176C(X))"
|
||||
pkgver=1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="x86_64"
|
||||
|
@ -20,7 +20,6 @@ source="
|
|||
subpackages="
|
||||
$pkgname-factory
|
||||
$pkgname-nonfree-firmware:nonfree_firmware
|
||||
$pkgname-x11
|
||||
"
|
||||
|
||||
build() {
|
||||
|
@ -47,12 +46,6 @@ factory() {
|
|||
DESTDIR="$subpkgdir" ninja -C "$srcdir"/build-factory install
|
||||
}
|
||||
|
||||
x11() {
|
||||
install_if="$pkgname xorg-server"
|
||||
depends="xf86-video-intel"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="WiFi, Bluetooth and Sound firmware"
|
||||
depends="linux-firmware-intel firmware-asus-me176c"
|
||||
|
|
Loading…
Add table
Reference in a new issue