summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb
new file mode 100644
index 0000000000..3a49c0e2f3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Window navigation construction toolkit"
2LICENSE = "LGPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5GNOMEBN = "libwnck"
6
7SECTION = "x11/libs"
8DEPENDS = "cairo glib-2.0 gtk+3"
9
10PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
11PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres"
12
13GTKDOC_MESON_OPTION = "gtk_doc"
14GIR_MESON_ENABLE_FLAG = 'enabled'
15GIR_MESON_DISABLE_FLAG = 'disabled'
16
17inherit gnomebase gobject-introspection gtk-doc gettext features_check
18
19def gnome_verdir(v):
20 return oe.utils.trim_version(v, 1)
21
22SRC_URI += "file://0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch;patch=1"
23SRC_URI[archive.sha256sum] = "6af8ac41a8f067ade1d3caaed254a83423b5f61ad3f7a460fcacbac2e192bdf7"
24
25REQUIRED_DISTRO_FEATURES = "x11"