Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2014 08:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/9908ae39ceeae316b50a to your computer and use it in GitHub Desktop.
weston/Pkgfile
# Description: Weston reference implementation of a Wayland compositor
# URL: http://wayland.freedesktop.org
# Maintainer: Kristian Lehmann, email at zero-io dot net
# Depends on: libinput mesa3d libunwind libxkbcommon
name=weston
version=1.6.0
release=1
source=(http://wayland.freedesktop.org/releases/weston-$version.tar.xz)
build() {
cd $name-$version/
./configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib/weston --disable-rpi-compositor --enable-demo-clients-install
make
make -j1 DESTDIR=$PKG PREFIX=/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment