summaryrefslogtreecommitdiffstats
path: root/chat-im/pidgin/DEPENDS
diff options
context:
space:
mode:
authorEric Sandall2009-08-20 13:28:34 -0700
committerEric Sandall2009-08-20 13:28:34 -0700
commit0e99bbbc16fa595b755e199ff66fd30173ef27bb (patch)
treeb49217ae641f11ff7c475dacc2530e73021e9ed6 /chat-im/pidgin/DEPENDS
parentbdc05afbc92b17fefc0c7dd61a884460e52bf238 (diff)
pidgin: Optionally depends on libsm for X11 session management
other libraries may require libsm to be enabled (e.g. gtk+2) if they are also enabled
Diffstat (limited to 'chat-im/pidgin/DEPENDS')
-rwxr-xr-xchat-im/pidgin/DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index babc9b0b4f..c719ef822d 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -67,6 +67,11 @@ optional_depends dbus \
"--disable-dbus" \
"for DBUS support" &&
+optional_depends libsm \
+ '--enable-sm' \
+ '--disable-sm' \
+ 'for X11 session management' &&
+
optional_depends howl \
'' \
'' \