mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
WPrefs: Disable compilation for code that is 'not_yet_fully_implemented'
These two files provides configuration panels that were never enabled because they have not yet reached a usable state. With this patch, we do not compile them anymore to avoid useless stuff in the program. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
ce1513f89f
commit
21dfd29b1b
@@ -23,7 +23,6 @@ WPrefs_SOURCES = \
|
|||||||
Focus.c \
|
Focus.c \
|
||||||
FontSimple.c \
|
FontSimple.c \
|
||||||
Icons.c \
|
Icons.c \
|
||||||
KeyboardSettings.c \
|
|
||||||
KeyboardShortcuts.c \
|
KeyboardShortcuts.c \
|
||||||
Menu.c \
|
Menu.c \
|
||||||
MenuPreferences.c \
|
MenuPreferences.c \
|
||||||
@@ -32,7 +31,6 @@ WPrefs_SOURCES = \
|
|||||||
Preferences.c \
|
Preferences.c \
|
||||||
TexturePanel.c \
|
TexturePanel.c \
|
||||||
TexturePanel.h \
|
TexturePanel.h \
|
||||||
Themes.c \
|
|
||||||
WindowHandling.c \
|
WindowHandling.c \
|
||||||
Workspace.c \
|
Workspace.c \
|
||||||
double.c \
|
double.c \
|
||||||
@@ -40,6 +38,11 @@ WPrefs_SOURCES = \
|
|||||||
editmenu.h \
|
editmenu.h \
|
||||||
xmodifier.c
|
xmodifier.c
|
||||||
|
|
||||||
|
# not_yet_fully_implemented
|
||||||
|
#WPrefs_SOURCES += \
|
||||||
|
# KeyboardSettings.c \
|
||||||
|
# Themes.c
|
||||||
|
|
||||||
AM_CFLAGS =
|
AM_CFLAGS =
|
||||||
|
|
||||||
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
|
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
|
||||||
|
|||||||
Reference in New Issue
Block a user