Date: Friday, January 10, 2020 @ 03:22:46 Author: escondida Revision: 551530
update to 0.3.0, explicitly build with wayland support Modified: bemenu/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-10 03:10:28 UTC (rev 551529) +++ PKGBUILD 2020-01-10 03:22:46 UTC (rev 551530) @@ -2,7 +2,7 @@ pkgname=bemenu pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Dynamic menu library and client program inspired by dmenu with support for wayland compositors' url='https://github.com/Cloudef/bemenu' @@ -30,7 +30,11 @@ build() { cd "bemenu-$pkgver" - cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DBEMENU_WAYLAND_RENDERER=ON make }
