mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
waybar: update
This commit is contained in:
3
recipes-support/spdlog/spdlog_%.bbappend
Normal file
3
recipes-support/spdlog/spdlog_%.bbappend
Normal file
@ -0,0 +1,3 @@
|
||||
PV = "1.8.5"
|
||||
SRCREV = "v${PV}"
|
||||
|
@ -19,6 +19,7 @@ DEPENDS += " \
|
||||
spdlog \
|
||||
gtk+3 \
|
||||
gobject-introspection \
|
||||
spdlog \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
@ -32,8 +33,6 @@ PACKAGECONFIG[mpd] = ",,libmpdclient"
|
||||
PACKAGECONFIG[network] = ",,libnl"
|
||||
PACKAGECONFIG[sysvinit] = ",,eudev"
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
# this would rdepend on a bunch of libindicator recipes we dont provide
|
||||
PACKAGECONFIG[tray] = ",,libdbusmenu"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth', d)} \
|
||||
@ -52,8 +51,8 @@ RRECOMMENDS_${PN} += " \
|
||||
SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9.7"
|
||||
SRCREV = "${PV}"
|
||||
PV = "0.9.7+${SRCREV}"
|
||||
SRCREV = "36857ae72b267fdcf4d2f993d3fe1e84066de754"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
Reference in New Issue
Block a user