mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user