bemenu: drop PKG_TOOLCHAIN hardcoding - defaults to make

GNUmakefile is used by bemenu.

The update to scripts/build handles GNUmakefile in addition to
Makefile for PKG_TOOLCHAIN=make
This commit is contained in:
Rudi Heitbaum 2024-01-14 04:34:27 +00:00
parent 3b0e6d5c8a
commit 49b2a81bc7

View File

@ -9,7 +9,6 @@ PKG_SITE="https://github.com/Cloudef/bemenu"
PKG_URL="https://github.com/Cloudef/bemenu/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain glib wayland wayland-protocols cairo pango libxkbcommon"
PKG_LONGDESC="Dynamic menu library and client program inspired by dmenu"
PKG_TOOLCHAIN="make"
PKG_MAKE_OPTS_TARGET="PREFIX=/usr clients wayland"