diff options
-rw-r--r-- | meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb new file mode 100644 index 0000000000..e3fd671728 --- /dev/null +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "Grilo is a framework forsearching media content from various sources" | ||
2 | LICENSE = "LGPLv2.1" | ||
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.md5sum] = "f02bf585d1a48dc65be8b90ae3b08330" | ||
15 | SRC_URI[archive.sha256sum] = "7e44b2e74c31ed24eb97e43265a9e41effe8660287b02295111805c7bda7f1e8" | ||
16 | |||
17 | GIR_MESON_OPTION = "enable-introspection" | ||
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | ||
19 | |||
20 | # Note: removing 'net' from PACKAGECONFIG causes | ||
21 | # | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir". | ||
22 | PACKAGECONFIG ??= "net" | ||
23 | |||
24 | PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-2.4" | ||
25 | PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth" | ||
26 | |||
27 | # Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG | ||
28 | EXTRA_OEMESON = "-Denable-grl-pls=false" | ||
29 | |||