commit c4b04481f147bd101730f3186ec22473913419e7 parent 11c1c7eeac82956cbe8aba8ec0f775ecac419d6a Author: Scott Moreau <oreaus@gmail.com> Date: Sun, 16 Aug 2020 09:59:26 -0600 Optionally install wayfire-plugins-extra Diffstat:
| M | install.sh | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh @@ -161,6 +161,15 @@ if [ ${PREFIX} != '/usr' ]; then fi $SUDO install -m 755 $BUILDROOT/start_wayfire.sh $PREFIX/bin/startwayfire +ask_confirmation "Do you want to install wayfire-plugins-extra? [y/n]? " +if [ $yn = Y ]; then + check_download wayfire-plugins-extra + cd $BUILDROOT/wayfire-plugins-extra + PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${PREFIX}/${DEST_LIBDIR}/pkgconfig meson build --prefix=${PREFIX} + ninja -C build + $SUDO ninja -C build install +fi + ask_confirmation "Do you want to install WCM, a graphical configuration tool for Wayfire [y/n]? " if [ $yn = Y ]; then check_download wcm