freerdp: disable man pages generation

Man pages generation uses xmlto, and it seems that it is currently
broken on OE.

Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
Mario Domenech Goulart 2012-12-03 16:03:21 +00:00 committed by Eric Bénard
parent 40d26999e0
commit f9a54d38f9

View File

@ -7,7 +7,9 @@ inherit gitpkgv
PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"