libxaw: fix build error due to missing xmlto

libxaw build failed due to missing native xmlto, add xmlto-native in
    DEPENDS of libxaw

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Zhenhua Luo 2011-12-21 06:01:39 +00:00 committed by Koen Kooi
parent ab8f876ca8
commit 7fa09da36c

View File

@ -1,11 +1,11 @@
require recipes-graphics/xorg-lib/xorg-lib-common.inc
DESCRIPTION = "X Athena Widget Set"
DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau"
DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native"
LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be"
PE = "1"
PR = "r10"
PR = "r11"
SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4"
SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037"