diff options
author | Ismael Luceno | 2021-01-15 18:47:42 +0100 |
---|---|---|
committer | Ismael Luceno | 2021-01-15 19:55:52 +0100 |
commit | b7dc3e7a55e5a612afd68229fc48ab2bdbad22f4 (patch) | |
tree | 82adde1e3430a0ffddf87d1a5c6a1f832f205b0a /chat-im/pidgin/DEPENDS | |
parent | b7e646c3d7ea4d1edfa2467d1b3eeec632903b45 (diff) |
pidgin: Make libgnt optional
It's only needed for finch (TUI). Because libgnt depends on ncurses, just
swap them.
Diffstat (limited to 'chat-im/pidgin/DEPENDS')
-rwxr-xr-x | chat-im/pidgin/DEPENDS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS index 24beb8a58d..e3d51caa37 100755 --- a/chat-im/pidgin/DEPENDS +++ b/chat-im/pidgin/DEPENDS @@ -1,5 +1,4 @@ depends glib2 && -depends libgnt && depends intltool && depends libxml2 && depends nspr && @@ -31,7 +30,7 @@ optional_depends gtk+2 \ "--disable-gtkui" \ "for GTK+ user interface" && -optional_depends ncurses \ +optional_depends libgnt \ "--enable-consoleui" \ "--disable-consoleui" \ "for console user interface" && |