mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
wayfire: update
This commit is contained in:
parent
5a34607134
commit
921fa67e49
@ -12,6 +12,7 @@ DEPENDS += " \
|
|||||||
cairo \
|
cairo \
|
||||||
freetype \
|
freetype \
|
||||||
glm \
|
glm \
|
||||||
|
hwdata-native \
|
||||||
jpeg \
|
jpeg \
|
||||||
libdrm \
|
libdrm \
|
||||||
libevdev \
|
libevdev \
|
||||||
@ -44,8 +45,6 @@ PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
|
|||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
|
||||||
gles32 \
|
gles32 \
|
||||||
use_system_wfconfig \
|
|
||||||
use_system_wlroots \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1"
|
SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1"
|
||||||
|
@ -16,10 +16,10 @@ DEPENDS = " \
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
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=0.7.x"
|
||||||
SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0"
|
SRCREV = "b725da3cc4587c8f3b25a7a699849fe94ced6e5f"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.7.0"
|
PV = "0.7.5"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ DEPENDS = " \
|
|||||||
wayfire \
|
wayfire \
|
||||||
gtkmm3 \
|
gtkmm3 \
|
||||||
gtk-layer-shell \
|
gtk-layer-shell \
|
||||||
wf-config \
|
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
libnotify3 \
|
libnotify3 \
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user