1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

libxpm: also depend on libxt

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2927 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-19 12:58:17 +00:00
parent b27018cb38
commit 5d2aab3d82
+1 -1
View File
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Pixmap library" DESCRIPTION = "X11 Pixmap library"
LICENSE = "X-BSD" LICENSE = "X-BSD"
DEPENDS += "libxext libsm" DEPENDS += "libxext libsm libxt"
PR = "r3" PR = "r3"
PE = "1" PE = "1"