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 \
|
|
|
|
freetype \
|
|
|
|
glm \
|
|
|
|
jpeg \
|
|
|
|
libdrm \
|
|
|
|
libevdev \
|
|
|
|
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 \
|
|
|
|
use_system_wlroots \
|
|
|
|
"
|
|
|
|
|
2022-02-15 02:30:36 +01:00
|
|
|
SRC_URI = " \
|
|
|
|
git://github.com/WayfireWM/wayfire.git;protocol=https;branch=0.7.x \
|
|
|
|
file://0001-meson.build-build-with-system-wf-touch-and-wf-utils.patch \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRCREV = "835a7bf9bde4e78796f9fd9f14021476084a9728"
|
2021-06-26 16:41:59 +02:00
|
|
|
PV = "0.7.2"
|
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 = ""
|
|
|
|
|