diff options
author | Dodji Seketeli <dodji@openedhand.com> | 2007-06-24 19:14:28 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@openedhand.com> | 2007-06-24 19:14:28 +0000 |
commit | edb6660f5661cbcd92be8a53bf651728d38fbbac (patch) | |
tree | 26e7febd60b03450fb8b8c12c5d2e035de9e3e04 /meta/packages/xvideo-tests | |
parent | 5496f27ea5e8b20404f2e0114c4f5b96806cb525 (diff) | |
download | openembedded-core-edb6660f5661cbcd92be8a53bf651728d38fbbac.tar.gz openembedded-core-edb6660f5661cbcd92be8a53bf651728d38fbbac.tar.bz2 openembedded-core-edb6660f5661cbcd92be8a53bf651728d38fbbac.zip |
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
Diffstat (limited to 'meta/packages/xvideo-tests')
-rw-r--r-- | meta/packages/xvideo-tests/xvideo-tests_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb index d7a918a241..db5f10d898 100644 --- a/meta/packages/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb @@ -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" |