|
@@ -16,6 +16,10 @@ SCREEN_CONF_ENV = CFLAGS="$(TARGET_CFLAGS)"
|
|
|
SCREEN_CONF_OPTS = --enable-colors256
|
|
|
SCREEN_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBXCRYPT),y)
|
|
|
+SCREEN_DEPENDENCIES += libxcrypt
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
|
|
|
SCREEN_DEPENDENCIES += linux-pam
|
|
|
SCREEN_CONF_OPTS += --enable-pam
|