]> code.ossystems Code Review - openembedded-core.git/commitdiff
make xvideo-tests depends on virtual/libx11, not libx11 !
authorDodji Seketeli <dodji@openedhand.com>
Sun, 24 Jun 2007 19:14:28 +0000 (19:14 +0000)
committerDodji Seketeli <dodji@openedhand.com>
Sun, 24 Jun 2007 19:14:28 +0000 (19:14 +0000)
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

meta/packages/xvideo-tests/xvideo-tests_svn.bb

index d7a918a2417854d74106e71dd4a2e33900146ca2..db5f10d8983daf9c5e99aa3b00d6e38ef0044dc3 100644 (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"