diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-17 16:37:06 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-18 08:17:55 -0800 |
| commit | 26b868146ddc4904f109b337c80898f49a3aca31 (patch) | |
| tree | 10abad1a6966ef9b34c0021b59485bade0093938 /meta-oe | |
| parent | 4ec510ad114d8837861281206e04cf3a2c9ac962 (diff) | |
| download | meta-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.bb | 25 |
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 @@ | |||
| 1 | SUMMARY = "A library to write GTK applications that use Layer Shell" | ||
| 2 | HOMEPAGE = "https://github.com/wmww/gtk-layer-shell" | ||
| 3 | BUGTRACKER = "https://github.com/www/gtk-layer-shell/issues" | ||
| 4 | SECTION = "graphics" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE_MIT.txt;md5=ffeb3391e5dace600b84c757688b9f1b" | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection-data" | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | gtk+3 \ | ||
| 13 | wayland \ | ||
| 14 | wayland-native \ | ||
| 15 | wayland-protocols \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI = " \ | ||
| 19 | git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master;tag=v${PV} \ | ||
| 20 | " | ||
| 21 | SRCREV = "3964966d72ea3359f4ff748081493e979c080b7e" | ||
| 22 | |||
| 23 | inherit meson pkgconfig features_check gobject-introspection vala | ||
| 24 | |||
| 25 | EXTRA_OEMESON += "--buildtype release" | ||
