libx11-trim: Add missing xproto-native DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5329 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-09-29 21:28:48 +00:00
parent e4ac360292
commit 287ef55e47

View File

@@ -1,8 +1,8 @@
require libx11.inc
PR = "r4"
PR = "r5"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://include_fix.patch;patch=1"