xf86-video-common.inc: Fix typo that revmoved the xserver DEPENDS leading to build failures

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-09-29 18:07:29 +00:00
parent c569e23d68
commit 796d014e1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include xf86-driver-common.inc
DEPENDS = "renderproto videoproto xextproto fontsproto"
DEPENDS =+ "renderproto videoproto xextproto fontsproto"