mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 13:32:54 +00:00
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:
parent
ab8f876ca8
commit
7fa09da36c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user