diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-07 08:37:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-07 08:37:16 +0200 |
| commit | afb2eb859cf6b5a2292e87a219f596f55541188a (patch) | |
| tree | 7a837e1121e8a42900806833468e380db97dc0d8 /meta-gnome | |
| parent | f769b97271cf4158ec700d32a56d18a756a1ddcb (diff) | |
| download | meta-openembedded-afb2eb859cf6b5a2292e87a219f596f55541188a.tar.gz | |
gnome-session: add dependency on libxtst6
It's autodetected and leads to sstate based breakage on autobuilders:
This ends up in the package:
Package: gnome-session
Version: 2.32.1-r1
Depends: libx11-6 (>= 1.4.4), hicolor-icon-theme, libxrender1 (>= 0.9.7), libdbus-1-3 (>= 1.4.16), libdbus-glib-1-2 (>= 0.98), gconf, libxtst6 (>= 1.2.1),
But libxtst hasn't been built.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb index fe199a89ef..6c10156f46 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | |||
| @@ -2,10 +2,10 @@ DESCRIPTION = "Gnome session manager" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | 4 | ||
| 5 | PR = "r1" | 5 | PR = "r2" |
| 6 | 6 | ||
| 7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
| 8 | DEPENDS = "gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification" | 8 | DEPENDS = "libxtst gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification" |
| 9 | 9 | ||
| 10 | inherit gnome | 10 | inherit gnome |
| 11 | 11 | ||
