mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
143a7443c6
Upstream dropped support for RPi platform since gbm matured and is stable[1]. This package should support RPi2+ hardware. 1. https://github.com/xbmc/xbmc/pull/16321
9 lines
215 B
Text
9 lines
215 B
Text
post_install() {
|
|
echo "-> Make sure the following lines are added to /boot/config.txt"
|
|
echo " gpu_mem=320"
|
|
echo " dtoverlay=vc4-fkms-v3d"
|
|
}
|
|
|
|
post_remove() {
|
|
echo "==> Optionally remove /var/lib/kodi/"
|
|
}
|