vala-terminal: inherit perlnative

* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Martin Jansa
2011-07-20 21:53:20 +02:00
committed by Koen Kooi
parent ac8c3a3311
commit b5aac68600
@@ -8,7 +8,7 @@ PV = "1.1.1+gitr${SRCPV}"
PE = "1" PE = "1"
PR = "r1" PR = "r1"
inherit autotools inherit autotools perlnative
SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"