blob: 08ec0fc65999f1906f26a4ca794620637d1197ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require rdesktop.inc
PR = "${INC_PR}.1"
SRC_URI += " file://audio-2008.patch;patch=1"
SRC_URI += " file://audio-2008.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--with-openssl=${STAGING_EXECPREFIXDIR} "
|