added --with-style=<path-to-style> option for ./configure, patch from php-coder
This commit is contained in:
parent
11fa3b8585
commit
6afde5c520
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# data/Makefile.am for Fluxbox - an X11 Window manager
|
||||
|
||||
DEFAULT _STYLE = @DEFAULT_STYLE@
|
||||
|
||||
SUBDIRS= styles
|
||||
CLEANFILES= menu menu.in menu.pre menu.bak init
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
@ -9,7 +11,8 @@ all-local: menu init
|
|||
distclean-local:
|
||||
rm -f *\~
|
||||
init: init.in
|
||||
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" $(srcdir)/init.in > init
|
||||
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \
|
||||
-e "s,@default_style@,$(DEFAULT_STYLE),g" $(srcdir)/init.in > init
|
||||
|
||||
menu: ../util/fluxbox-generate_menu
|
||||
env MENUFILENAME=menu \
|
||||
|
|
|
@ -27,7 +27,7 @@ session.opaqueMove: False
|
|||
session.autoRaiseDelay: 250
|
||||
session.menuFile: ~/.fluxbox/menu
|
||||
session.cacheLife: 5
|
||||
session.styleFile: @pkgdatadir@/styles/Meta
|
||||
session.styleFile: @default_style@
|
||||
session.keyFile: ~/.fluxbox/keys
|
||||
session.colorsPerChannel: 4
|
||||
session.doubleClickInterval: 250
|
||||
|
|
Loading…
Reference in a new issue