Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
2ce3dfed
Unverified
Commit
2ce3dfed
authored
5 years ago
by
Daniele Debernardi
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device-samsung-p4wifi: install xf86-video-opentegra for x11 (MR 911)
parent
8a5f2991
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/testing/device-samsung-p4wifi/APKBUILD
+8
-3
8 additions, 3 deletions
device/testing/device-samsung-p4wifi/APKBUILD
with
8 additions
and
3 deletions
device/testing/device-samsung-p4wifi/APKBUILD
+
8
−
3
View file @
2ce3dfed
...
...
@@ -2,12 +2,11 @@
pkgname
=
device-samsung-p4wifi
pkgdesc
=
"Galaxy Tab 10.1"
pkgver
=
0.3
pkgrel
=
1
1
pkgrel
=
1
2
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
# FIXME xf86-video-opentegra was removed because it doesn't build anymore, see postmarketOS/pmaports#339
depends
=
"postmarketos-base
linux-samsung-p4wifi
mkbootimg
...
...
@@ -15,7 +14,7 @@ depends="postmarketos-base
mesa-dri-swrast
libvdpau-tegra"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware
$pkgname
-x11
"
source
=
"deviceinfo
modules-load.conf
modprobe.conf
...
...
@@ -47,6 +46,12 @@ nonfree_firmware() {
mkdir
"
$subpkgdir
"
}
x11
()
{
install_if
=
"
$pkgname
xorg-server"
depends
=
"xf86-video-opentegra"
mkdir
"
$subpkgdir
"
}
sha512sums
=
"916f430f9fe51f79b93fd2bd1249ea214ffb9d586e9850cac7448e59851530faf536147b1f0d2f3636de5632c273aeaa2418e7dc2f497ee1fc9a5a5a6006970a deviceinfo
e457d1095b4c5da105d83a3951ca8d4c5074384a1280dcc95f8a8c24aff64c32a807968ad449d335fbafba528050436c283036869fc979aced6e613892e46fca modules-load.conf
56b865bab0714aed53bd6535ebefd2f3629ec78786e8f87dcae4637cfacb5912d28dc39d1fe0287d34bb36b4a8371481f54647e1b25190afbcd23ed30fe7edac modprobe.conf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment