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"