xfce4-session_4.6.{1,2}: add `libwnck` to `DEPENDS`
authorPaul Menzel <paulepanter@users.sourceforge.net>
Tue, 8 Mar 2011 11:27:26 +0000 (12:27 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 29 Dec 2012 17:38:30 +0000 (19:38 +0200)
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xfce-base/xfce4-session_4.6.1.bb
recipes/xfce-base/xfce4-session_4.6.2.bb

index 7571479..8c08b44 100644 (file)
@@ -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 = "r5"
index c85bb8c..d7f768a 100644 (file)
@@ -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"