mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
35 lines
852 B
BlitzBasic
35 lines
852 B
BlitzBasic
SUMMARY = "A library to write GTK applications that use Layer Shell"
|
|
HOMEPAGE = "https://github.com/wmww/gtk-layer-shell"
|
|
BUGTRACKER = "https://github.com/www/gtk-layer-shell/issues"
|
|
SECTION = "graphics"
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c10fc088fd05226381f6a90310ef75b5"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data"
|
|
|
|
DEPENDS += " \
|
|
gtk4 \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/wmww/gtk4-layer-shell.git;protocol=https;branch=main \
|
|
file://0001-protocol-meson.build-dont-use-pkgconfig-for-wayland-.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.0.0"
|
|
SRCREV = "a9c679e23fe27dd35bd4084938d407d0baf5c91c"
|
|
|
|
inherit meson pkgconfig features_check gobject-introspection vala
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
FILES:${PN} = "${datadir} ${libdir}"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|