From bd5264948f6101be908287406e602b8de8a4d4ee Mon Sep 17 00:00:00 2001 From: Tung Anh Vu Date: Mon, 27 Feb 2023 23:06:28 +0000 Subject: [PATCH] wl-mirror: Install provided helper script --- srcpkgs/wl-mirror/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template index d8f6d798970..96e6790f820 100644 --- a/srcpkgs/wl-mirror/template +++ b/srcpkgs/wl-mirror/template @@ -3,7 +3,9 @@ pkgname=wl-mirror version=0.13.0 revision=1 build_style=cmake -configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols -DINSTALL_DOCUMENTATION=ON" +configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols + -DINSTALL_EXAMPLE_SCRIPTS=ON + -DINSTALL_DOCUMENTATION=ON" hostmakedepends="wayland-devel scdoc" makedepends="libglvnd-devel wayland-devel wayland-protocols" short_desc="Simple Wayland output mirror client"