From cba50bc127772fd7fe8301ec317360f09ad01c93 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 28 Oct 2021 18:47:30 +0200 Subject: xwayland: add new package at 21.1.0 --- wayland/xwayland/build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 wayland/xwayland/build (limited to 'wayland/xwayland/build') diff --git a/wayland/xwayland/build b/wayland/xwayland/build new file mode 100755 index 00000000..bfa3b8f0 --- /dev/null +++ b/wayland/xwayland/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + -Ddefault_font_path=/usr/share/fonts \ + -Dsha1=libcrypto \ + -Dinput_thread=true \ + -Ddri3=true \ + -Dxdmcp=false \ + -Dsecure-rpc=false \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3