all repos — fluxbox @ 69a18f36e6a6ef5c5123f448848cf8600a22a509

custom fork of the fluxbox windowmanager

removed some options, they are in CXXFLAGS in confingure.in now
fluxgen fluxgen
commit

69a18f36e6a6ef5c5123f448848cf8600a22a509

parent

b3ea4095497ade3d3d9c894af786f5ffb307d805

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M src/Makefile.amsrc/Makefile.am

@@ -29,8 +29,7 @@ DEFAULT_TITLEBAR=$(pkgdatadir)/titlebar

DEFAULT_KEYSFILE=$(pkgdatadir)/keys DEFAULT_INITFILE= -CPPFLAGS= -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ \ -@DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ @KDE@ @GNOME@ @XINERAMA@ \ +CPPFLAGS= -Wall @CPPFLAGS@ \ -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
M util/Makefile.amutil/Makefile.am

@@ -1,8 +1,5 @@

# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager -CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ -@ORDEREDPSEUDO@ @KDE@ @GNOME@ @XINERAMA@ - bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh