commit 8bff8223426262c3d27aa208c9fa08206ee4e718 parent 6b45da42d0c242859f9eec9e1a13c11c6491cadb Author: aabacchus <bvnfuller@gmail.com> Date: Fri, 19 Feb 2021 03:36:01 +0000 weston: new package Diffstat:
A | weston/build | | | 14 | ++++++++++++++ |
A | weston/depends | | | 21 | +++++++++++++++++++++ |
A | weston/sources | | | 1 | + |
A | weston/version | | | 1 | + |
4 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/weston/build b/weston/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson build/ \ + --prefix=/usr \ + -Dlauncher-logind=false \ + -Dcolor-management-colord=false \ + -Dsystemd=false \ + -Dremoting=false \ + -Dpipewire=false + +ninja -C build +ninja -C build install diff --git a/weston/depends b/weston/depends @@ -0,0 +1,21 @@ +cairo +eudev +freerdp +glib +lcms +libX11 +libXcursor +libdrm +libevdev +libinput +libjpeg-turbo +libpng +libva +libwebp +libxcb +libxkbcommon +linux-pam +mesa +pango +pixman +wayland diff --git a/weston/sources b/weston/sources @@ -0,0 +1 @@ +git+https://gitlab.freedesktop.org/wayland/weston.git diff --git a/weston/version b/weston/version @@ -0,0 +1 @@ +git 1