diff --git a/recipes-wlroots/wayfire/wayfire_git.bb b/recipes-wlroots/wayfire/wayfire_git.bb index 792ae08..1b8bd0e 100644 --- a/recipes-wlroots/wayfire/wayfire_git.bb +++ b/recipes-wlroots/wayfire/wayfire_git.bb @@ -12,6 +12,7 @@ DEPENDS += " \ cairo \ freetype \ glm \ + hwdata-native \ jpeg \ libdrm \ libevdev \ @@ -44,8 +45,6 @@ PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native" PACKAGECONFIG ?= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \ gles32 \ - use_system_wfconfig \ - use_system_wlroots \ " SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1" diff --git a/recipes-wlroots/wayfire/wcm_git.bb b/recipes-wlroots/wayfire/wcm_git.bb index 16729af..8ccf5dd 100644 --- a/recipes-wlroots/wayfire/wcm_git.bb +++ b/recipes-wlroots/wayfire/wcm_git.bb @@ -16,10 +16,10 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" -SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=master" -SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0" +SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=0.7.x" +SRCREV = "b725da3cc4587c8f3b25a7a699849fe94ced6e5f" S = "${WORKDIR}/git" -PV = "0.7.0" +PV = "0.7.5" inherit meson pkgconfig features_check diff --git a/recipes-wlroots/wayfire/wf-shell_git.bb b/recipes-wlroots/wayfire/wf-shell_git.bb index 3916e96..49b558d 100644 --- a/recipes-wlroots/wayfire/wf-shell_git.bb +++ b/recipes-wlroots/wayfire/wf-shell_git.bb @@ -13,7 +13,6 @@ DEPENDS = " \ wayfire \ gtkmm3 \ gtk-layer-shell \ - wf-config \ pulseaudio \ libnotify3 \ "