1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 12:24:17 +01:00

Remove some dead weight from configure.ac and debian/rules

This commit is contained in:
Tamas TEVESZ
2010-03-23 16:56:01 +01:00
committed by Carlos R. Mafra
parent 298338c111
commit 83774951b7
3 changed files with 1 additions and 36 deletions

1
debian/README.build vendored
View File

@@ -61,7 +61,6 @@ Building Window Maker for Debian
XLOCALE := --disable-locale
MODELOCK := --enable-modelock
VDESKTOP := --enable-vdesktop
XINERAMA := --enable-xinerama
(*) These are not used by default

3
debian/rules vendored
View File

@@ -29,7 +29,6 @@ LINGUAS := $(patsubst po/%.po, %, $(wildcard po/*.po))
XLOCALE := --disable-locale
MODELOCK := --enable-modelock
VDESKTOP := --enable-vdesktop
XINERAMA := --enable-xinerama
# USERMENU := --enable-usermenu
@@ -43,7 +42,7 @@ XINERAMA := --enable-xinerama
# USE_GIF := --disable-gif
# USE_TIFF := --disable-tiff
WMAKER_OPTIONS := $(XLOCALE) $(MODELOCK) $(VDESKTOP) $(XINERAMA) \
WMAKER_OPTIONS := $(XLOCALE) $(MODELOCK) $(XINERAMA) \
$(USERMENU) $(SHAPE_EXT) $(USE_SHM) \
$(USE_XPM) $(USE_PNG) $(USE_JPEG) $(USE_GIF) $(USE_TIFF)