diff options
author | Cem Keylan <cem@ckyln.com> | 2023-08-10 16:24:19 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-08-10 16:24:19 +0200 |
commit | fee71681c08e5bf85d2db8c71af73b1d57b28cad (patch) | |
tree | 01c9f6bddec0f8561b600e0199d1753f4732b4cf /wayland/cage/build | |
parent | 748b3ef8cb9fd5d34a6a916105dbfd63dfcd1d2f (diff) | |
download | repository-fee71681c08e5bf85d2db8c71af73b1d57b28cad.tar.gz |
cage: bump to 0.1.5
Diffstat (limited to 'wayland/cage/build')
-rwxr-xr-x | wayland/cage/build | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/wayland/cage/build b/wayland/cage/build index 2f4087b8..77a0e800 100755 --- a/wayland/cage/build +++ b/wayland/cage/build @@ -1,28 +1,6 @@ #!/bin/sh -e -export WLROOTS_DIR="$PWD/pkg" -export DESTDIR="$WLROOTS_DIR" - -( -cd wlroots - -cl-meson \ - --default-library=static \ - -Dexamples=false \ - -Dxwayland=enabled \ - -Dx11-backend=enabled \ - -Drenderers=gles2 \ - . output - -ninja -C output -ninja -C output install -) - export DESTDIR="$1" -export LDLIBS="$LDLIBS -L$WLROOTS_DIR/usr/lib $WLROOTS_DIR/usr/lib/libwlroots.a" -export LDFLAGS="$LDFLAGS -L$WLROOTS_DIR/usr/lib $WLROOTS_DIR/usr/lib/libwlroots.a" -export CFLAGS="$CFLAGS -I$WLROOTS_DIR/usr/include" -export PKG_CONFIG_PATH="$WLROOTS_DIR/usr/lib/pkgconfig" cl-meson \ -Dman-pages=enabled \ |