mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Remove popt and use glib GOption commandline option parser
(glib-2.6 is now the minimum required version). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4700 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c403b70de4
commit
ab8da71d29
20 changed files with 44 additions and 1464 deletions
|
|
@ -22,8 +22,8 @@
|
|||
|____|_____|_____|____|
|
||||
|
|
||||
CORE
|
||||
/ \
|
||||
lib-config lib-popt
|
||||
/
|
||||
lib-config
|
||||
|
||||
|
||||
(IRC, ICQ, xxx and yyy are chat protocols ..)
|
||||
|
|
@ -75,12 +75,6 @@
|
|||
signals.txt for a list of signals.
|
||||
|
||||
|
||||
** lib-popt
|
||||
|
||||
CORE depends on this for command line parameter handling.
|
||||
(distributed with irssi)
|
||||
|
||||
|
||||
** lib-config
|
||||
|
||||
Irssi depends on this for reading and saving configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue