aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xrdp
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2018-02-13 20:01:33 +0800
committerArmin Kuster <akuster808@gmail.com>2018-02-23 20:29:06 -0800
commitd0619b667202cb1e99f5eec2232b86d509437b3d (patch)
treed18abdec9222e7d0a025d1242c04bcf8de4af0d5 /meta-oe/recipes-support/xrdp
parent5abacb2751225739f51c9b55ecc8b516b5ea76f8 (diff)
downloadmeta-openembedded-contrib-d0619b667202cb1e99f5eec2232b86d509437b3d.tar.gz
xrdp: enable cpliboard
Add --enable-fuse option to enable cpliboard when copying from window OS to linux. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/xrdp')
-rw-r--r--meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
index 86a8023163..88e309a59f 100644
--- a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
+++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
inherit distro_features_check autotools pkgconfig useradd systemd
-DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native"
+DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse"
REQUIRED_DISTRO_FEATURES = "x11"
@@ -37,7 +37,7 @@ FILES_${PN}-dev += "${libdir}/xrdp/libcommon.so \
${libdir}/xrdp/libscp.so \
${libdir}/xrdp/libxrdpapi.so "
-EXTRA_OECONF = "--enable-pam-config=suse"
+EXTRA_OECONF = "--enable-pam-config=suse --enable-fuse"
do_configure_prepend() {
cd ${S}