summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 12:58:17 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 12:58:17 +0000
commit5d2aab3d82c3c59fdfd25a05068cafc1f948248e (patch)
treed72eeea06941e7550eec0e2978d2d141d8a0675a
parentb27018cb3823a3fff2f7a06241727f1467495af5 (diff)
downloadopenembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.tar.gz
openembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.tar.bz2
openembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.tar.xz
openembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.zip
libxpm: also depend on libxt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2927 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/xorg-lib/libxpm_3.5.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libxpm_3.5.6.bb b/meta/packages/xorg-lib/libxpm_3.5.6.bb
index d93e291c8..75c10bf2c 100644
--- a/meta/packages/xorg-lib/libxpm_3.5.6.bb
+++ b/meta/packages/xorg-lib/libxpm_3.5.6.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Pixmap library"
LICENSE = "X-BSD"
-DEPENDS += "libxext libsm"
+DEPENDS += "libxext libsm libxt"
PR = "r3"
PE = "1"