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