meson.build

branch
meson
changeset 38502
448ad2f8f29d
parent 38501
c406bd8ef671
child 38503
fbf8f6020744
equal deleted inserted replaced
38501:c406bd8ef671 38502:448ad2f8f29d
904 904
905 DEFAULT_PRPLS = ['bonjour', 'facebook', 'gg', 'irc', 'jabber', 'novell', 905 DEFAULT_PRPLS = ['bonjour', 'facebook', 'gg', 'irc', 'jabber', 'novell',
906 'oscar', 'sametime', 'silc', 'simple', 'zephyr'] 906 'oscar', 'sametime', 'silc', 'simple', 'zephyr']
907 ALL_PRPLS = DEFAULT_PRPLS + ['null'] 907 ALL_PRPLS = DEFAULT_PRPLS + ['null']
908 908
909 DISTRIB = get_option('distrib')
910 dynamic_list = get_option('dynamic-prpls').split(',') 909 dynamic_list = get_option('dynamic-prpls').split(',')
911 static_list = get_option('static-prpls').split(',') 910 static_list = get_option('static-prpls').split(',')
912 if (static_list != [''] and static_list != []) and dynamic_list == ['all'] 911 if (static_list != [''] and static_list != []) and dynamic_list == ['all']
913 dynamic_list = [] 912 dynamic_list = []
914 endif 913 endif

mercurial