diff options
| -rw-r--r-- | meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb (renamed from meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb index e9c79e28b2..0e86d781ce 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb | |||
| @@ -6,13 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | |||
| 6 | inherit meson gobject-introspection gettext gtk-doc features_check | 6 | inherit meson gobject-introspection gettext gtk-doc features_check |
| 7 | 7 | ||
| 8 | DEPENDS = " \ | 8 | DEPENDS = " \ |
| 9 | gtk+3 \ | ||
| 10 | colord \ | 9 | colord \ |
| 11 | " | 10 | " |
| 12 | 11 | ||
| 13 | SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" | 12 | SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" |
| 14 | SRC_URI[md5sum] = "66d048803c8b89e5e63da4b461484933" | 13 | SRC_URI[sha256sum] = "b9466656d66d9a6ffbc2dd04fa91c8f6af516bf9efaacb69744eec0f56f3c1d0" |
| 15 | SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717" | 14 | |
| 15 | PACKAGECONFIG ??= "gtk3 gtk4" | ||
| 16 | PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3" | ||
| 17 | PACKAGECONFIG[gtk4] = "-Dgtk4=true, -Dgtk4=false, gtk4" | ||
| 16 | 18 | ||
| 17 | EXTRA_OEMESON = "-Dman=false" | 19 | EXTRA_OEMESON = "-Dman=false" |
| 18 | GIR_MESON_OPTION = "" | 20 | GIR_MESON_OPTION = "" |
