Remove BROKEN. Note that this is not fully functionnal yet because our

socket code fails with dbus now; but we need the introspection libs, so
enable it.
This commit is contained in:
ajacoutot 2012-10-10 08:47:14 +00:00
parent 50bb8cd625
commit 19be77f887
4 changed files with 24 additions and 9 deletions

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.133 2012/10/09 13:18:00 ajacoutot Exp $
BROKEN= needs pam(3)
# $OpenBSD: Makefile,v 1.134 2012/10/10 08:47:14 ajacoutot Exp $
SHARED_ONLY= Yes
@ -37,15 +35,17 @@ MODULES= devel/gettext \
devel/dconf
# bring _all_ runtime dependencies (including sysutils/consolekit and zenity)
RUN_DEPENDS= x11/gnome/session
RUN_DEPENDS += x11/gnome/session
# orca-autostart.desktop
RUN_DEPENDS += x11/gnome/orca
LIB_DEPENDS= audio/libcanberra,-gtk3 \
devel/libexecinfo \
security/nss \
security/openpam \
sysutils/accountsservice \
sysutils/upower
# XXX
#LIB_DEPENDS += security/openpam
LIBTOOL_FLAGS= --tag=disable-static

View File

@ -1,7 +1,12 @@
# $OpenBSD: gdm-autologin,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $
# $OpenBSD: gdm-autologin,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $
#
# gdm-autologin settings for pam(3)
auth required pam_permit.so
account required pam_nologin.so
account include system
password include system
session include system

View File

@ -1,7 +1,12 @@
# $OpenBSD: gdm-launch-environment,v 1.2 2012/10/09 13:18:00 ajacoutot Exp $
# $OpenBSD: gdm-launch-environment,v 1.3 2012/10/10 08:47:14 ajacoutot Exp $
#
# gdm-launch-environment settings for pam(3)
auth required pam_permit.so
account required pam_nologin.so
account include system
password include system
session include system

View File

@ -1,7 +1,12 @@
# $OpenBSD: gdm-password,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $
# $OpenBSD: gdm-password,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $
#
# gdm-password settings for pam(3)
auth include system
account required pam_nologin.so
account include system
password include system
session include system