Re: Wayland compile now needs libpam-dev

2012-04-09 Thread Kristian Høgsberg
You can disable weston-launch. weston-launch lets weston run as the user. weston-launch does all priviledged operations and creates a proper session for weston. If you disable weston-launch, weston will be install setuid as before (unless you disable that). Kristian On Mon, Apr 9, 2012 at 11:20

Wayland compile now needs libpam-dev

2012-04-09 Thread Bill Spitzak
I had to add another install package to my Ubuntu to compile wayland: libpam-dev. I think this is only used by the new wayland-launch program. In any case, here is my newest variation on the build-script for Ubuntu: wayland-build.sh Description: application/shellscript ___