makedepend-native: add DEPENDS on xproto-native - spotted by Crofton

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2343 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-03 10:52:43 +00:00
parent d683a2f7b3
commit 9525f35eb1
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require xorg-util-common.inc
inherit native
DESCRIPTION = "create dependencies in makefiles"
DEPENDS = "xproto-native"
PR = "r1"
PE = "1"