HomeSort by: relevance | last modified time | path
    Searched refs:ICONDIR (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXcursor/dist/
configure.ac 66 AC_ARG_WITH(icondir,
67 AS_HELP_STRING([--with-icondir=<path>],
69 [ICONDIR="$withval"],
70 [ICONDIR=${datadir}/icons])
71 AC_SUBST([ICONDIR])
74 if test "x${ICONDIR}" != "x${datadir}/icons"; then
75 DEF_CURSORPATH="${DEF_CURSORPATH}:${ICONDIR}"
configure 674 ICONDIR
1505 --with-icondir=<path> Set default icon directory (default:
19409 # Check whether --with-icondir was given.
19412 withval=$with_icondir; ICONDIR="$withval"
19414 ICONDIR=${datadir}/icons
19420 if test "x${ICONDIR}" != "x${datadir}/icons"; then
19421 DEF_CURSORPATH="${DEF_CURSORPATH}:${ICONDIR}"
  /xsrc/external/mit/libXcursor/dist/src/
library.c 28 #ifndef ICONDIR
29 #define ICONDIR "/usr/X11R6/lib/X11/icons"
33 #define XCURSORPATH "~/.local/share/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps:"ICONDIR
  /xsrc/external/mit/xterm/dist/
Makefile.in 83 icondir = @ICONDIR@
97 @no_icondir@ICONDIR = $(DESTDIR)$(icondir)
100 INSTALL_DIRS = $(BINDIR) $(APPSDIR) $(ICONDIR) $(PIXMAPDIR) $(MANDIR)
364 @no_icondir@install-full :: $(ICONDIR)
366 @no_icondir@ h=$(ICONDIR)/$(ICON_THEME); \
517 @no_icondir@ h=$(ICONDIR)/$(ICON_THEME); \
configure 719 --with-icondir=DIR directory in which to install icons for desktop
8157 # Check whether --with-icondir or --without-icondir was given.
8160 ICONDIR=$withval
8162 test -z "$ICONDIR" && ICONDIR=no
8165 if test "x$ICONDIR" = xauto
8167 ICONDIR='${datadir}/icons'
8173 ICONDIR="$cf_path"
8178 cf_path=$ICONDIR
    [all...]

Completed in 16 milliseconds