diff --git a/recipes-support/tofi/tofi_git.bb b/recipes-support/tofi/tofi_git.bb index 91ae5ae..38c2e15 100644 --- a/recipes-support/tofi/tofi_git.bb +++ b/recipes-support/tofi/tofi_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -DEPENDS = "wayland freetype wayland-native wayland-protocols" +DEPENDS = "wayland freetype wayland-native wayland-protocols harfbuzz pango libxkbcommon" SRCREV = "${AUTOREV}" @@ -30,4 +30,4 @@ do_install:append () { install -m 0755 ${WORKDIR}/config ${D}/${sysconfdir}/xdg/tofi/ } -# FILES:${PN} += "/usr/share/icons/*" \ No newline at end of file +FILES:${PN} += "/usr/share/*" \ No newline at end of file