wayfire: update; build with shared wlroots

This commit is contained in:
Markus Volk 2022-12-08 07:49:12 +01:00
parent b4b3f39b58
commit 87891cc569
4 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@ RRECOMMENDS:${PN} += " \
PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false"
PACKAGECONFIG[use_system_wfconfig] = "-Duse_system_wfconfig=enabled,-Duse_system_wfconfig=disabled,wf-config"
PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots"
PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.16"
PACKAGECONFIG[x11] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm"
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
@ -45,12 +45,13 @@ 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;branch=master"
SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1"
SRCREV = "1bb46e52841f592e06890e054db64e796aaa0094"
PV = "0.8.0"
SRCREV = "1e9092b5ffe878d1cdecefa1997de4a665cf6212"
PV = "0.7.5"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check

View File

@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=master"
SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0"
S = "${WORKDIR}/git"
PV = "0.8.0"
PV = "0.7.0"
inherit meson pkgconfig features_check

View File

@ -15,8 +15,8 @@ DEPENDS = " \
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
SRCREV = "578b0bf3c81ef8f94e5e9b4f427720846bc7a5c5"
PV = "0.8.0"
SRCREV = "62e3897f207f49b1a3bbb85ba4b11d9fea239ec1"
PV = "0.7.1"
S = "${WORKDIR}/git"
@ -25,4 +25,3 @@ inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
BBCLASSEXTEND = ""

View File

@ -23,7 +23,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=master"
SRCREV = "c9639087aca3ad69bbd8f56f4213768639b4c8d0"
S = "${WORKDIR}/git"
PV = "0.8.0"
PV = "0.7.0"
inherit meson pkgconfig features_check