Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Window navigation construction toolkit" |
| 2 | LICENSE = "LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
| 4 | |
| 5 | BPN = "libwnck" |
| 6 | |
| 7 | SECTION = "x11/libs" |
| 8 | DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres" |
| 9 | |
| 10 | PACKAGECONFIG ??= "startup-notification" |
| 11 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification" |
| 12 | |
| 13 | GNOMEBASEBUILDCLASS = "meson" |
| 14 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 15 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 16 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 17 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 19 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 20 | SRC_URI[archive.md5sum] = "00bb40dc6fab76af0da33e88a34b6378" |
| 21 | SRC_URI[archive.sha256sum] = "bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 22 | |
| 23 | # libxres means x11 only |
| 24 | REQUIRED_DISTRO_FEATURES = "x11" |