]> code.ossystems Code Review - openembedded-core.git/commitdiff
xf86-video-common.inc: Fix typo that revmoved the xserver DEPENDS leading to build...
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Sep 2008 18:07:29 +0000 (18:07 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Sep 2008 18:07:29 +0000 (18:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-driver/xf86-video-common.inc

index 4bf9c1b3b6a43cc6d205a6397dea208d9861f30b..f2e28170e749cd0c20e5a88f52b6367cc29b370d 100644 (file)
@@ -1,4 +1,4 @@
 include xf86-driver-common.inc
 
-DEPENDS = "renderproto videoproto xextproto fontsproto"
+DEPENDS =+ "renderproto videoproto xextproto fontsproto"