From: Paul Menzel Date: Tue, 8 Mar 2011 11:27:26 +0000 (+0100) Subject: xfce4-session_4.6.{1,2}: add `libwnck` to `DEPENDS` X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a92f740433a3268faa5e3448671a24f3eb42884;p=openembedded.git xfce4-session_4.6.{1,2}: add `libwnck` to `DEPENDS` 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 Acked-by: Tom Rini Signed-off-by: Khem Raj --- diff --git a/recipes/xfce-base/xfce4-session_4.6.1.bb b/recipes/xfce-base/xfce4-session_4.6.1.bb index de07fb3c4f..4e1319f7f7 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 session manager for Xfce 4 Desktop Environment" -DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils" +DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment" +DEPENDS = "lbwnck ibxfcegui4 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 c85bb8c5c3..d7f768a411 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"