diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 12:58:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 12:58:17 +0000 |
commit | 5d2aab3d82c3c59fdfd25a05068cafc1f948248e (patch) | |
tree | d72eeea06941e7550eec0e2978d2d141d8a0675a /meta | |
parent | b27018cb3823a3fff2f7a06241727f1467495af5 (diff) | |
download | openembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.tar.gz openembedded-core-5d2aab3d82c3c59fdfd25a05068cafc1f948248e.tar.bz2 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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxpm_3.5.6.bb | 2 |
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 d93e291c8b..75c10bf2c9 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" |