Add words about adding support for a new OS
Add a skel file (task-manager-skel.c) and make it possible in the build-env to build the task manager with this file (--with-skel).
This commit is contained in:
@@ -36,6 +36,9 @@ endif
|
||||
if OS_LINUX
|
||||
xfce4_taskmanager_SOURCES += task-manager-linux.c
|
||||
endif
|
||||
if OS_SKEL
|
||||
xfce4_taskmanager_SOURCES += task-manager-skel.c
|
||||
endif
|
||||
|
||||
if MAINTAINER_MODE
|
||||
BUILT_SOURCES = process-window_ui.h
|
||||
|
||||
Reference in New Issue
Block a user