mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
21 lines
465 B
Makefile
21 lines
465 B
Makefile
################################################################################
|
|
#
|
|
# wmenu
|
|
#
|
|
################################################################################
|
|
|
|
WMENU_VERSION = 0.2.0
|
|
WMENU_SOURCE = $(WMENU_VERSION).tar.gz
|
|
WMENU_SITE = https://codeberg.org/adnano/wmenu/archive
|
|
WMENU_LICENSE = MIT
|
|
WMENU_LICENSE_FILES = LICENSE
|
|
WMENU_DEPENDENCIES = \
|
|
cairo \
|
|
pango \
|
|
wayland \
|
|
libxkbcommon \
|
|
wayland \
|
|
wayland-protocols
|
|
|
|
$(eval $(meson-package))
|