mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-irc/quassel: add LDAP support
Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6591
This commit is contained in:
committed by
Andreas Sturmlechner
parent
7cfe6d32f8
commit
c96d075a37
@@ -15,11 +15,12 @@ HOMEPAGE="http://quassel-irc.org/"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="+breeze crypt +dbus debug kde monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X"
|
||||
IUSE="+breeze crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X"
|
||||
|
||||
SERVER_RDEPEND="
|
||||
dev-qt/qtscript:5
|
||||
crypt? ( app-crypt/qca:2[qt5(+),ssl] )
|
||||
ldap? ( net-nds/openldap )
|
||||
postgres? ( dev-qt/qtsql:5[postgres] )
|
||||
!postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
|
||||
syslog? ( virtual/logger )
|
||||
@@ -73,6 +74,7 @@ REQUIRED_USE="
|
||||
|| ( X server monolithic )
|
||||
crypt? ( || ( server monolithic ) )
|
||||
kde? ( || ( X monolithic ) )
|
||||
ldap? ( || ( server monolithic ) )
|
||||
monolithic? ( || ( breeze oxygen ) )
|
||||
postgres? ( || ( server monolithic ) )
|
||||
snorenotify? ( || ( X monolithic ) )
|
||||
@@ -98,6 +100,7 @@ src_configure() {
|
||||
-DWANT_MONO=$(usex monolithic)
|
||||
-DWANT_QTCLIENT=$(usex X)
|
||||
-DWITH_KDE=$(usex kde)
|
||||
-DWITH_LDAP=$(usex ldap)
|
||||
-DWITH_WEBKIT=OFF
|
||||
-DWITH_WEBENGINE=$(usex urlpreview)
|
||||
-DWITH_BREEZE=OFF
|
||||
|
||||
Reference in New Issue
Block a user