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:
committed by
Carlos R. Mafra
parent
298338c111
commit
83774951b7
1
debian/README.build
vendored
1
debian/README.build
vendored
@@ -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
3
debian/rules
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user