diff options
-rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 4 |
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 \ | |||
6 | 6 | ||
7 | inherit distro_features_check autotools pkgconfig useradd systemd | 7 | inherit distro_features_check autotools pkgconfig useradd systemd |
8 | 8 | ||
9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" | 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse" |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
@@ -37,7 +37,7 @@ FILES_${PN}-dev += "${libdir}/xrdp/libcommon.so \ | |||
37 | ${libdir}/xrdp/libscp.so \ | 37 | ${libdir}/xrdp/libscp.so \ |
38 | ${libdir}/xrdp/libxrdpapi.so " | 38 | ${libdir}/xrdp/libxrdpapi.so " |
39 | 39 | ||
40 | EXTRA_OECONF = "--enable-pam-config=suse" | 40 | EXTRA_OECONF = "--enable-pam-config=suse --enable-fuse" |
41 | 41 | ||
42 | do_configure_prepend() { | 42 | do_configure_prepend() { |
43 | cd ${S} | 43 | cd ${S} |