Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
pmbootstrap
Commits
4177f68d
Unverified
Commit
4177f68d
authored
6 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
main/weston: disable backend-rdp
parent
ad8e899c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aports/main/weston/APKBUILD
+5
-4
5 additions, 4 deletions
aports/main/weston/APKBUILD
with
5 additions
and
4 deletions
aports/main/weston/APKBUILD
+
5
−
4
View file @
4177f68d
# Forked from Alpine to add patches that make it work with weird framebuffer drivers
# from downstream kernels
# "backend-rdp" temporarily disabled, because Alpine's freerdp package doesn't exist
# for armhf yet and we can't build freerdp with pmbootstrap (#1489)
pkgname
=
weston
pkgver
=
9999
_pkgver
=
3.0.0
pkgrel
=
1
4
pkgrel
=
1
5
_libname
=
lib
$pkgname
_libdir
=
$_libname
-
${
_pkgver
%%.*
}
pkgdesc
=
"The reference Wayland server"
...
...
@@ -13,12 +15,12 @@ license="MIT"
depends
=
""
makedepends
=
"wayland-protocols libxkbcommon-dev xkeyboard-config
libinput-dev libunwind-dev mtdev-dev libxcursor-dev glu-dev
pango-dev colord-dev
freerdp-dev
libwebp-dev libva-dev dbus-dev
pango-dev colord-dev libwebp-dev libva-dev dbus-dev
linux-pam-dev wayland-dev"
_cms
=
"cms-colord cms-static"
_shell
=
"shell-desktop shell-fullscreen shell-ivi"
_client
=
"info terminal wcap-decode"
_backend
=
"backend-drm backend-fbdev backend-headless
backend-rdp
backend-x11 backend-wayland"
_backend
=
"backend-drm backend-fbdev backend-headless backend-x11 backend-wayland"
options
=
"!check suid"
for
_sub
in
$_cms
$_shell
$_client
$_backend
;
do
...
...
@@ -50,7 +52,6 @@ build() {
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--libexecdir
=
/usr/lib/
$pkgname
\
--enable-rdp-compositor
\
--enable-screen-sharing
\
--enable-vaapi-recorder
\
--enable-clients
\
...
...
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