Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] xfce4-session_4.6.{1, 2}: add `libwnck` to `DEPENDS`
Date: Wed, 9 Mar 2011 15:38:44 -0700	[thread overview]
Message-ID: <4D780174.2010303@mentor.com> (raw)
In-Reply-To: <1299591092.3785.121.camel@mattotaupa>

On 03/08/2011 06:31 AM, Paul Menzel wrote:
> Date: Tue, 8 Mar 2011 12:27:26 +0100
>
> Task `configure` fails with the following error.
>
> 	checking for pkg-config>= 0.9.0... 0.23
> 	checking for libxfce4util-1.0>= 4.6.0... 4.6.2
> 	checking LIBXFCE4UTIL_CFLAGS... -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/xfce4 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include
> 	checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
> 	checking for libxfcegui4-1.0>= 4.6.0... 4.6.4
> 	checking LIBXFCEGUI4_CFLAGS... -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/xfce4 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gtk-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/gtk-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/pango-1.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/cairo -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/pixman-1 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/freetype2 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libpng12 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/atk-1.0
> 	checking LIBXFCEGUI4_LIBS... -pthread -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
> 	checking for libwnck-1.0>= 2.12... not found
> 	*** The required package libwnck-1.0 was not found on your system.
> 	*** Please install libwnck-1.0 (atleast version 2.12) or adjust
> 	*** the PKG_CONFIG_PATH environment variable if you
> 	*** installed the package in a nonstandard prefix so that
> 	*** pkg-config is able to find it.
>
> Adding `libwnck` to `DEPENDS` makes this error go away.
>
> Signed-off-by: Paul Menzel<paulepanter@users.sourceforge.net>

Acked-by: Tom Rini <tom_rini@mentor.com>

> ---
> `xfce4-session_4.4.2.bb` does not seem to require `libwnck`.
> ---
>   recipes/xfce-base/xfce4-session_4.6.1.bb |    2 +-
>   recipes/xfce-base/xfce4-session_4.6.2.bb |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/xfce-base/xfce4-session_4.6.1.bb b/recipes/xfce-base/xfce4-session_4.6.1.bb
> index de07fb3..72b58d3 100644
> --- a/recipes/xfce-base/xfce4-session_4.6.1.bb
> +++ b/recipes/xfce-base/xfce4-session_4.6.1.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "xfce4-session is a sessionmanager for Xfce 4 Desktop  Environment"
> -DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils"
> +DEPENDS = "libwnck libxfcegui4 libxfce4util dbus iceauth xfce-utils"
>   SECTION = "x11"
>
>   PR = "r4"
> diff --git a/recipes/xfce-base/xfce4-session_4.6.2.bb b/recipes/xfce-base/xfce4-session_4.6.2.bb
> index c85bb8c..d7f768a 100644
> --- a/recipes/xfce-base/xfce4-session_4.6.2.bb
> +++ b/recipes/xfce-base/xfce4-session_4.6.2.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
> -DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils"
> +DEPENDS = "libwnck libxfcegui4 libxfce4util dbus iceauth xfce-utils"
>   SECTION = "x11"
>
>   PR = "r0"
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


-- 
Tom Rini
Mentor Graphics Corporation



      reply	other threads:[~2011-03-09 22:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 13:31 [PATCH] xfce4-session_4.6.{1,2}: add `libwnck` to `DEPENDS` Paul Menzel
2011-03-09 22:38 ` Tom Rini [this message]

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=4D780174.2010303@mentor.com \
    --to=tom_rini@mentor.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