blob: 8bca93f6d1aa80f435f1f8be74b41ddefe0b28b8 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Window navigation construction toolkit"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5BPN = "libwnck"
6
7SECTION = "x11/libs"
8DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres"
9
10PACKAGECONFIG ??= "startup-notification"
11PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification"
12
13GNOMEBASEBUILDCLASS = "meson"
14GTKDOC_MESON_OPTION = "gtk_doc"
15GIR_MESON_ENABLE_FLAG = 'enabled'
16GIR_MESON_DISABLE_FLAG = 'disabled'
17
Brad Bishop8410d612019-11-25 09:40:59 -050018inherit gnomebase gobject-introspection gtk-doc gettext features_check
Brad Bishopc342db32019-05-15 21:57:59 -040019
Andrew Geissler89770b02020-06-13 10:40:47 -050020SRC_URI[archive.md5sum] = "00bb40dc6fab76af0da33e88a34b6378"
21SRC_URI[archive.sha256sum] = "bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f"
Brad Bishopc342db32019-05-15 21:57:59 -040022
23# libxres means x11 only
24REQUIRED_DISTRO_FEATURES = "x11"