]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxpm: it needs libsm too
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 12:45:49 +0000 (12:45 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 12:45:49 +0000 (12:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2926 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libxpm_3.5.6.bb

index 2710189b2adc77282cdd41d8c451f5b9be786b8a..d93e291c8b2a5308409abbb03317d5afc123439f 100644 (file)
@@ -2,8 +2,8 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 Pixmap library"
 LICENSE = "X-BSD"
-DEPENDS += "libxext"
-PR = "r2"
+DEPENDS += "libxext libsm"
+PR = "r3"
 PE = "1"
 
 XORG_PN = "libXpm"