2021-02-12 09:17:32 -05:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "LGPL-3.0-only & MIT & GPL-3.0-only"
|
2021-02-12 09:17:32 -05:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE_LGPL.txt;md5=3000208d539ec061b899bce1d9ce9404 \
|
|
|
|
file://LICENSE_MIT.txt;md5=d015f272ca1521139fd99ea64d6e5e23 \
|
|
|
|
file://LICENSE_GPL.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \
|
|
|
|
file://test/license-ignore.txt;md5=6d7a7aa8c01eace0202bf3b11070a899 \
|
|
|
|
file://test/check-licenses.py;md5=3c4fd5f6d979f739fba5d1f020f81e3e"
|
|
|
|
|
|
|
|
|
2022-11-15 12:25:32 -05:00
|
|
|
SRC_URI = "git://github.com/wmww/gtk-layer-shell;protocol=https;branch=master \
|
|
|
|
file://0001-Fix-wayland-scanner-for-cross-compile.patch \
|
|
|
|
"
|
2021-02-12 09:17:32 -05:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
GIR_MESON_OPTION = ""
|
2021-02-12 09:17:32 -05:00
|
|
|
|
|
|
|
SRCREV = "3b3b935b1643eb58e6cf5a9432b4470d568bfbc2"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
B = "${WORKDIR}/build"
|
|
|
|
|
|
|
|
inherit meson pkgconfig gobject-introspection
|
|
|
|
DEPENDS = "wlroots wayland wayland-native wayland-protocols glib-2.0 gtk+3"
|
2022-05-28 11:20:07 -04:00
|
|
|
#DEPENDS:class-native = "wayland-native glib-2.0-native gtk+3-native gtk+3-wayland-native"
|
2021-02-12 09:17:32 -05:00
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
|