From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification
Date: Fri, 9 Aug 2013 10:54:24 +0200 [thread overview]
Message-ID: <1376038471-32202-5-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1376038471-32202-1-git-send-email-Martin.Jansa@gmail.com>
* it's autodetected from sysroot and couple of packages are failing
when pkg-config is trying to use libwnck*.pc without
startup-notification in sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 3 +++
meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 3 +++
2 files changed, 6 insertions(+)
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
index e54b8d3..20c100a 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
@@ -9,6 +9,9 @@ DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
PR = "r1"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+
inherit gnome
SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
index 935d4a3..03fbcf5 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb
@@ -7,6 +7,9 @@ PR = "r2"
SECTION = "x11/libs"
DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+
inherit gnome
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
--
1.8.3.2
next prev parent reply other threads:[~2013-08-09 8:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql Martin Jansa
2013-08-09 8:54 ` Martin Jansa [this message]
2013-08-09 9:18 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Burton, Ross
2013-08-09 11:50 ` Martin Jansa
2013-08-09 12:09 ` Otavio Salvador
2013-08-09 8:54 ` [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 08/12] subsurface: add dependency on gconf Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
2013-08-12 11:45 ` Andreas Müller
2013-08-09 8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
2013-08-09 12:13 ` Philip Balister
2013-08-09 8:54 ` [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376038471-32202-5-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox