diff options
-rw-r--r-- | meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb index f6ea21eb52..7862748184 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "Grilo is a framework forsearching media content from various sources" | 1 | SUMMARY = "Grilo is a framework for searching media content from various sources" |
2 | LICENSE = "LGPL-2.1-only" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | 4 | ||
@@ -14,8 +14,6 @@ SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfc | |||
14 | GIR_MESON_OPTION = "enable-introspection" | 14 | GIR_MESON_OPTION = "enable-introspection" |
15 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 15 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
16 | 16 | ||
17 | # Note: removing 'net' from PACKAGECONFIG causes | ||
18 | # | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir". | ||
19 | PACKAGECONFIG ??= "net" | 17 | PACKAGECONFIG ??= "net" |
20 | 18 | ||
21 | PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0" | 19 | PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0" |