diff --git a/recipes-support/hyprland/hyprland-contrib_git.bb b/recipes-support/hyprland/hyprland-contrib_git.bb index 2c3ca0e..e5eea87 100644 --- a/recipes-support/hyprland/hyprland-contrib_git.bb +++ b/recipes-support/hyprland/hyprland-contrib_git.bb @@ -11,13 +11,12 @@ SRCREV = "16884001b26e6955ff4b88b4dfe4c8986e20f153" PV = "0.1" DEPENDS = "scdoc-native" -RDEPENDS:${PN} = "bash sed jq libnotify grim slurp wl-clipboard ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'rofi', '', d)}" +RDEPENDS:${PN} = "bash sed jq libnotify grim slurp wl-clipboard" EXTRA_OEMAKE += "DESTDIR=${D} PREFIX=${prefix} BINDIR=${D}${bindir} MANDIR=${D}${datadir}/man MAN1DIR=${D}${datadir}/man1" -x11_scripts = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'scratchpad grimblast', '', d)}" do_install() { - for dir in hyprprop hdrop shellevents try_swap_workspace ${x11_scripts}; do + for dir in hyprprop hdrop shellevents try_swap_workspace scratchpad grimblast; do cd $dir && oe_runmake && oe_runmake install && cd ${S} done }