mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
xrdp, xorgxrdp: require pam in DISTRO_FEATURES
* libpam dependency was added to xrdp in http://git.openembedded.org/meta-openembedded/commit/?id=cc32ca8030c02a2b1b22f6b43e1894dc5f00e14e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
57e0abf025
commit
af085dfc24
@@ -8,7 +8,7 @@ inherit autotools pkgconfig
|
|||||||
DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
|
DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
|
||||||
|
|
||||||
inherit distro_features_check
|
inherit distro_features_check
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11 pam"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git"
|
SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git"
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ inherit distro_features_check autotools pkgconfig useradd systemd
|
|||||||
|
|
||||||
DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse"
|
DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11 pam"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/neutrinolabs/xrdp.git \
|
SRC_URI = "git://github.com/neutrinolabs/xrdp.git \
|
||||||
file://xrdp.sysconfig \
|
file://xrdp.sysconfig \
|
||||||
|
|||||||
Reference in New Issue
Block a user