From dcae02a2a09ba297bb20c2fb9fa1316ea25f8918 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Fri, 24 Oct 2025 09:37:07 +0200 Subject: [PATCH] device-samsung-gtaxlwifi: depend on msm-fb-refresher and postmarketos-base-downstream The wiki article has stated that msm-fb-refresher is necessary for working display from the start, so let's just fix this in packaging instead of having it as a hint in the wiki. As for postmarketos-base-downstream, this was confirmed to fix booting into UI by Pascal Dietrich on fedi[1]. [1]: https://rheinneckar.social/@cameo007/115430128243717720 Part-of: --- device/downstream/device-samsung-gtaxlwifi/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/downstream/device-samsung-gtaxlwifi/APKBUILD b/device/downstream/device-samsung-gtaxlwifi/APKBUILD index 8a278c5a3..a6b1803ab 100644 --- a/device/downstream/device-samsung-gtaxlwifi/APKBUILD +++ b/device/downstream/device-samsung-gtaxlwifi/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-samsung-gtaxlwifi pkgdesc="Samsung Galaxy Tab A 2016 (SM-T580)" pkgver=2 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -10,7 +10,9 @@ options="!check !archcheck" depends=" linux-samsung-gtaxlwifi mkbootimg + msm-fb-refresher postmarketos-base + postmarketos-base-downstream " makedepends="devicepkg-dev" source="deviceinfo"