samsung-p4wifi: Add grate driver as dependency
[skip-ci]
This commit is contained in:
parent
ce429a7f80
commit
9b250a94a7
1 changed files with 14 additions and 3 deletions
|
@ -1,13 +1,24 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname="device-samsung-p4wifi"
|
pkgname="device-samsung-p4wifi"
|
||||||
pkgdesc="Galaxy Tab 10.1"
|
pkgdesc="Galaxy Tab 10.1"
|
||||||
pkgver=0.1
|
pkgver=0.2
|
||||||
pkgrel=7
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base linux-samsung-p4wifi mkbootimg mesa-dri-swrast alsa-utils"
|
depends="postmarketos-base
|
||||||
|
linux-samsung-p4wifi
|
||||||
|
mkbootimg
|
||||||
|
alsa-utils
|
||||||
|
libdrm-grate
|
||||||
|
mesa-grate
|
||||||
|
mesa-grate-gl
|
||||||
|
mesa-grate-egl
|
||||||
|
mesa-grate-dri-swrast
|
||||||
|
mesa-grate-dri-tegra
|
||||||
|
xf86-video-opentegra
|
||||||
|
libvdpau-tegra"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
source="deviceinfo
|
source="deviceinfo
|
||||||
|
|
Loading…
Reference in a new issue