make xvideo-tests depends on virtual/libx11, not libx11 !

because libx11 breaks the build by removing Xlib.h from stagging.
whereas virtual/libx11 resolves to dietxlib that is okay.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1991 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Dodji Seketeli
2007-06-24 19:14:28 +00:00
parent 5496f27ea5
commit edb6660f56

View File

@@ -1,8 +1,8 @@
DESCRIPTION = "Simple XVideo test application"
LICENSE = "GPL"
DEPENDS = "libx11 libxv"
DEPENDS = "virtual/libx11 libxv"
PR = "r4"
PR = "r5"
PV = "0.0+svn${SRCDATE}"
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"