diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-28 18:47:30 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-28 18:47:30 +0200 |
commit | cba50bc127772fd7fe8301ec317360f09ad01c93 (patch) | |
tree | 8844aff3376f655a91781a55be1ffc344b0c0aca /wayland/xwayland/build | |
parent | edaa0ee16d2b28e0b4f8553632a849a6702e5832 (diff) | |
download | repository-cba50bc127772fd7fe8301ec317360f09ad01c93.tar.gz |
xwayland: add new package at 21.1.0
Diffstat (limited to 'wayland/xwayland/build')
-rwxr-xr-x | wayland/xwayland/build | 15 |
1 files changed, 15 insertions, 0 deletions
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 |