meta-wayland/recipes-wlroots/wayfire/wayfire_git.bb

72 lines
1.4 KiB
BlitzBasic
Raw Normal View History

2021-06-02 16:13:46 +02:00
SUMMARY = "A Wayland WM"
HOMEPAGE = "https://github.com/WayfireWM/wayfire"
BUGTRACKER = "https://github.com/WayfireWM/wayfire/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=14e4594093363e3c3a530e9b54cb5285"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
cairo \
2022-07-31 16:48:00 +02:00
ffmpeg \
2021-06-02 16:13:46 +02:00
freetype \
glm \
jpeg \
libdrm \
libevdev \
2022-07-31 16:48:00 +02:00
libnotify \
2021-06-02 16:13:46 +02:00
libinput \
libpng \
libxkbcommon \
libxml2 \
mesa \
2022-02-15 02:30:36 +01:00
pango \
2021-06-02 16:13:46 +02:00
pixman \
seatd \
wayland \
wayland-native \
wayland-protocols \
2022-02-15 02:30:36 +01:00
wf-config \
wf-utils \
wf-touch \
2021-06-02 16:13:46 +02:00
"
2021-08-07 06:23:26 +02:00
RRECOMMENDS:${PN} += " \
2021-06-02 16:13:46 +02:00
wcm \
wf-config \
2022-02-15 02:30:36 +01:00
wf-touch \
wf-utils \
2021-06-02 16:13:46 +02:00
wf-recorder \
wf-shell \
"
PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false"
2021-06-27 00:56:06 +02:00
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"
2021-06-02 16:13:46 +02:00
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled"
PACKAGECONFIG ?= " \
2022-02-15 02:30:36 +01:00
gles32 \
2021-06-02 16:13:46 +02:00
use_system_wfconfig \
"
2022-02-15 02:30:36 +01:00
SRC_URI = " \
2022-04-05 11:39:12 +02:00
gitsm://github.com/WayfireWM/wayfire.git;protocol=https;branch=0.7.x \
2022-02-15 02:30:36 +01:00
file://0001-meson.build-build-with-system-wf-touch-and-wf-utils.patch \
"
2022-07-31 16:48:00 +02:00
SRCREV = "0f0b1642183007b0e58ad4d4e5f9e86d16355ea7"
PV = "0.7.4"
2021-06-02 16:13:46 +02:00
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
2022-02-15 02:30:36 +01:00
FILES:${PN} += "${datadir}"
2021-06-02 16:13:46 +02:00
BBCLASSEXTEND = ""