waybar: update; add missing depends

This commit is contained in:
MarkusVolk 2021-09-06 08:00:30 +02:00
parent 6aa9e725ad
commit c1e5bc0173

View File

@ -11,12 +11,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=98f7e9dc79966298d76caf1b0a6d35c1"
REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data" REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data"
DEPENDS += " \ DEPENDS += " \
fmt \
glib-2.0-native \ glib-2.0-native \
gtkmm3 \ gtkmm3 \
jsoncpp \ jsoncpp \
libevdev \
libsigc++-3 \ libsigc++-3 \
fmt \ libxkbcommon \
spdlog \
gtk+3 \ gtk+3 \
gobject-introspection \ gobject-introspection \
spdlog \ spdlog \
@ -51,8 +52,8 @@ RRECOMMENDS:${PN} += " \
SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https" SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.9.7+${SRCREV}" PV = "0.9.8"
SRCREV = "91cdf80c65dcecf16922e4ac724f37471cbad529" SRCREV = "${PV}"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check