weston: create "weston-launch" system group and explain how to run it.
This commit is contained in:
parent
86d2a3b573
commit
35501e93de
2 changed files with 4 additions and 1 deletions
srcpkgs/weston
2
srcpkgs/weston/INSTALL.msg
Normal file
2
srcpkgs/weston/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
Add your user to the "weston-launch" group to be able to run weston
|
||||
with a regular user and then execute "weston-launch".
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'weston'.
|
||||
pkgname=weston
|
||||
version=1.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
||||
configure_args="--enable-libinput-backend --disable-setuid-install
|
||||
|
@ -15,6 +15,7 @@ license="MIT"
|
|||
distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=1c4511945f3f476c24af712e82a7b500ae91a99cbc0fe2e381da1449125166cd
|
||||
|
||||
system_groups="weston-launch"
|
||||
lib32disabled=yes
|
||||
hostmakedepends="pkg-config wayland-devel>=${version} autoconf automake libtool"
|
||||
makedepends="libpng-devel>=1.6 wayland-devel>=${version} libxkbcommon-devel
|
||||
|
|
Loading…
Reference in a new issue