mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 15:32:54 +01:00
wayfire: update; build with shared wlroots
This commit is contained in:
parent
b4b3f39b58
commit
87891cc569
@ -37,7 +37,7 @@ RRECOMMENDS:${PN} += " \
|
|||||||
|
|
||||||
PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false"
|
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_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[x11] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm"
|
||||||
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
|
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
|
||||||
|
|
||||||
@ -45,12 +45,13 @@ PACKAGECONFIG ?= " \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
|
||||||
gles32 \
|
gles32 \
|
||||||
use_system_wfconfig \
|
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"
|
SRCREV = "1e9092b5ffe878d1cdecefa1997de4a665cf6212"
|
||||||
PV = "0.8.0"
|
PV = "0.7.5"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
|||||||
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=master"
|
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=master"
|
||||||
SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0"
|
SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.8.0"
|
PV = "0.7.0"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@ DEPENDS = " \
|
|||||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
||||||
SRCREV = "578b0bf3c81ef8f94e5e9b4f427720846bc7a5c5"
|
SRCREV = "62e3897f207f49b1a3bbb85ba4b11d9fea239ec1"
|
||||||
PV = "0.8.0"
|
PV = "0.7.1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@ -25,4 +25,3 @@ inherit meson pkgconfig features_check
|
|||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
BBCLASSEXTEND = ""
|
BBCLASSEXTEND = ""
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
|||||||
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=master"
|
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=master"
|
||||||
SRCREV = "c9639087aca3ad69bbd8f56f4213768639b4c8d0"
|
SRCREV = "c9639087aca3ad69bbd8f56f4213768639b4c8d0"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.8.0"
|
PV = "0.7.0"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user