mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:08:08 +00:00
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>
This commit is contained in:
parent
5abacb2751
commit
d0619b6672
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user