libx11: Add xproto-native to DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4393 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-01 12:38:20 +00:00
parent b4b5d07f4c
commit cfa81e60af

View File

@@ -2,7 +2,7 @@ require xorg-lib-common.inc
DESCRIPTION = "Base X libs."
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto"
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
PROVIDES = "virtual/libx11"
PE = "1"
PR = "r3"