From af9811f551fab7a923cd542f9cf2fd516ce093fc 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/INSTALL.msg | 2 ++ srcpkgs/wl-mirror/template | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/wl-mirror/INSTALL.msg diff --git a/srcpkgs/wl-mirror/INSTALL.msg b/srcpkgs/wl-mirror/INSTALL.msg new file mode 100644 index 000000000000..e882175161d7 --- /dev/null +++ b/srcpkgs/wl-mirror/INSTALL.msg @@ -0,0 +1,2 @@ +Optionally install 'pipectl', 'slurp', and either 'rofi' or 'menu' to +use the helper wl-present script. diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template index 07cde2e6ef39..3786fb4808d3 100644 --- a/srcpkgs/wl-mirror/template +++ b/srcpkgs/wl-mirror/template @@ -3,7 +3,9 @@ pkgname=wl-mirror version=0.12.2 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"