summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-17 16:37:06 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:17:55 -0800
commit26b868146ddc4904f109b337c80898f49a3aca31 (patch)
tree10abad1a6966ef9b34c0021b59485bade0093938 /meta-oe
parent4ec510ad114d8837861281206e04cf3a2c9ac962 (diff)
downloadmeta-openembedded-26b868146ddc4904f109b337c80898f49a3aca31.tar.gz
gtk-layer-shell: Add recipe for GTK3 version
This is needed by xfce4-screenshooter Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/gtk-layer-shell/gtk-layer-shell_0.10.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gtk-layer-shell/gtk-layer-shell_0.10.0.bb b/meta-oe/recipes-support/gtk-layer-shell/gtk-layer-shell_0.10.0.bb
new file mode 100644
index 0000000000..2bfe9b0e77
--- /dev/null
+++ b/meta-oe/recipes-support/gtk-layer-shell/gtk-layer-shell_0.10.0.bb
@@ -0,0 +1,25 @@
1SUMMARY = "A library to write GTK applications that use Layer Shell"
2HOMEPAGE = "https://github.com/wmww/gtk-layer-shell"
3BUGTRACKER = "https://github.com/www/gtk-layer-shell/issues"
4SECTION = "graphics"
5LICENSE = "MIT"
6
7LIC_FILES_CHKSUM = "file://LICENSE_MIT.txt;md5=ffeb3391e5dace600b84c757688b9f1b"
8
9REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data"
10
11DEPENDS += " \
12 gtk+3 \
13 wayland \
14 wayland-native \
15 wayland-protocols \
16"
17
18SRC_URI = " \
19 git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master;tag=v${PV} \
20"
21SRCREV = "3964966d72ea3359f4ff748081493e979c080b7e"
22
23inherit meson pkgconfig features_check gobject-introspection vala
24
25EXTRA_OEMESON += "--buildtype release"