components/desktop/xscreensaver/Makefile
changeset 7218 b301fad4ef3a
parent 6692 1311c619fec6
child 7687 1093e2a9adbd
equal deleted inserted replaced
7217:3944ab989650 7218:b301fad4ef3a
   106 CONFIGURE_OPTIONS += --with-hackdir=$(XSS_LIBDIR)/hacks
   106 CONFIGURE_OPTIONS += --with-hackdir=$(XSS_LIBDIR)/hacks
   107 CONFIGURE_OPTIONS += --with-configdir=$(XSS_LIBDIR)/config/control-center-2.0
   107 CONFIGURE_OPTIONS += --with-configdir=$(XSS_LIBDIR)/config/control-center-2.0
   108 CONFIGURE_OPTIONS += --with-x-app-defaults=$(APP_DEFAULTS_DIR)
   108 CONFIGURE_OPTIONS += --with-x-app-defaults=$(APP_DEFAULTS_DIR)
   109 
   109 
   110 # Data sources for images & text in hacks
   110 # Data sources for images & text in hacks
   111 CONFIGURE_OPTIONS += --with-image-directory=$(USRSHAREDIR)/pixmaps/backgrounds
   111 CONFIGURE_OPTIONS += --with-image-directory=$(USRSHAREDIR)/backgrounds
   112 CONFIGURE_OPTIONS += --with-text-file=/etc/motd
   112 CONFIGURE_OPTIONS += --with-text-file=/etc/motd
   113 
   113 
   114 # Do not install setuid hacks
   114 # Do not install setuid hacks
   115 CONFIGURE_OPTIONS += --without-setuid-hacks
   115 CONFIGURE_OPTIONS += --without-setuid-hacks
   116 
   116