x11/nwg-launchers: drop cmake after r543573

This commit is contained in:
Jan Beich 2020-07-29 12:40:39 +00:00
parent cbd6160135
commit bbc41643a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543660

View file

@ -16,9 +16,7 @@ COMMENT= GTK-based launchers: application grid, button bar, dmenu for sway and o
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
# XXX Remove cmake dependency after nlohmann-json adds pkg-config support
BUILD_DEPENDS= cmake:devel/cmake \
nlohmann-json>0:devel/nlohmann-json
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json
USES= compiler:c++17-lang gnome meson pkgconfig
USE_GITHUB= yes