Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Grilo is a framework forsearching media content from various sources" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 2 | LICENSE = "LGPL-2.1-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 4 | |
| 5 | DEPENDS = " \ |
| 6 | libxml2 \ |
| 7 | glib-2.0 \ |
| 8 | " |
| 9 | |
| 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | |
| 12 | inherit gnomebase gobject-introspection gtk-doc gettext vala |
| 13 | |
| 14 | SRC_URI[archive.sha256sum] = "0369d0b00bb0f59ba5f7aea8cfc665f38df14a5b4182d28c7c1e2cd15b518743" |
| 15 | |
| 16 | GIR_MESON_OPTION = "enable-introspection" |
| 17 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
| 18 | |
| 19 | # Note: removing 'net' from PACKAGECONFIG causes |
| 20 | # | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir". |
| 21 | PACKAGECONFIG ??= "net" |
| 22 | |
| 23 | PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-2.4" |
| 24 | PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth" |
| 25 | |
| 26 | # Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG |
| 27 | EXTRA_OEMESON = "-Denable-grl-pls=false" |
| 28 | |