diff options
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/contacts.inc | 2 | ||||
-rw-r--r-- | meta/packages/pimlico/dates.inc | 2 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 679e70a8fd..1e960f241a 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 gtk+ eds-dbus" | |||
5 | DEPENDS_append_poky = " libowl" | 5 | DEPENDS_append_poky = " libowl" |
6 | RDEPENDS = "libedata-book" | 6 | RDEPENDS = "libedata-book" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | OWL = "--disable-owl" | 10 | OWL = "--disable-owl" |
11 | OWL_poky = "--enable-owl" | 11 | OWL_poky = "--enable-owl" |
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc index a6590da679..b2ab0efb5c 100644 --- a/meta/packages/pimlico/dates.inc +++ b/meta/packages/pimlico/dates.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
5 | RDEPENDS = "libedata-cal" | 5 | RDEPENDS = "libedata-cal" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | # Poky/Sato specific enhancements | 9 | # Poky/Sato specific enhancements |
10 | OWL = "--disable-owl" | 10 | OWL = "--disable-owl" |
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 0ff45240aa..c6e4a25f52 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" |
5 | DEPENDS_append_poky = " libowl" | 5 | DEPENDS_append_poky = " libowl" |
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | OWL ?= "--disable-owl" | 9 | OWL ?= "--disable-owl" |
10 | OWL_poky ?= "--enable-owl" | 10 | OWL_poky ?= "--enable-owl" |