blob: 099a80e314239cf651b5996e0f19035c694d164b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
# Released under the MIT license
include freerdp.inc
inherit gitpkgv
PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.1"
EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
S = "${WORKDIR}/git"
|