mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-28 15:02:00 +02:00
First commit
This commit is contained in:
23
recipes-support/dmenu/dmenu-wayland_git.bb
Normal file
23
recipes-support/dmenu/dmenu-wayland_git.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "dmenu for wayland"
|
||||
HOMEPAGE = "https://github.com/nyyManni/dmenu-wayland.git"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c1b51aaede0be292f946ef75b6759e6c"
|
||||
|
||||
|
||||
SRC_URI = "git://github.com/nyyManni/dmenu-wayland.git;protocol=https \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
pango \
|
||||
wayland \
|
||||
wayland-native \
|
||||
libxkbcommon \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "${AUTOREV}"
|
||||
PV = "${SRCPV}"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
Reference in New Issue
Block a user