blob: e4829ea8c45813a024b58f09a6fdaf764ed5678e [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
18inherit gnomebase gobject-introspection gtk-doc gettext distro_features_check
19
20SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d"
21SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca"
22
23# libxres means x11 only
24REQUIRED_DISTRO_FEATURES = "x11"