Searched defs:icondir (Results 1 – 3 of 3) sorted by relevance
1 icondir = get_option('icon_directory') variable2 if icondir == '' variable3 icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons') variable
102 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here], optwith
37 def listicons(icondir=ICONDIR): argument