mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-28 13:00:45 +00:00
Build fix for defconfig.h.
This commit is contained in:
parent
19fc6e1a75
commit
cf7610cf42
@ -33,12 +33,15 @@ endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/config.h)
|
|||||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/build.h)
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/build.h)
|
||||||
message(FATAL_ERROR "You must remove the autotools generated file '${CMAKE_CURRENT_SOURCE_DIR}/build.h' in order to build with CMake.")
|
message(FATAL_ERROR "You must remove the autotools generated file '${CMAKE_CURRENT_SOURCE_DIR}/build.h' in order to build with CMake.")
|
||||||
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/build.h)
|
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/build.h)
|
||||||
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/defconfig.h)
|
||||||
|
message(FATAL_ERROR "You must remove the autotools generated file '${CMAKE_CURRENT_SOURCE_DIR}/defconfig.h' in order to build with CMake.")
|
||||||
|
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/defconfig.h)
|
||||||
|
|
||||||
set(conky_sources c++wrap.cc colours.cc combine.cc common.cc conky.cc core.cc
|
set(conky_sources c++wrap.cc colours.cc combine.cc common.cc conky.cc core.cc
|
||||||
diskio.cc entropy.cc exec.cc fs.cc mail.cc mixer.cc net_stat.cc template.cc
|
diskio.cc entropy.cc exec.cc fs.cc mail.cc mixer.cc net_stat.cc template.cc
|
||||||
mboxscan.cc read_tcpip.cc scroll.cc specials.cc tailhead.cc
|
mboxscan.cc read_tcpip.cc scroll.cc specials.cc tailhead.cc temphelper.cc
|
||||||
temphelper.cc text_object.cc timeinfo.cc top.cc algebra.cc prioqueue.cc proc.cc
|
text_object.cc timeinfo.cc top.cc algebra.cc prioqueue.cc proc.cc user.cc
|
||||||
user.cc luamm.cc data-source.cc lua-config.cc setting.cc llua.cc update-cb.cc)
|
luamm.cc data-source.cc lua-config.cc setting.cc llua.cc update-cb.cc)
|
||||||
|
|
||||||
# Platform specific sources
|
# Platform specific sources
|
||||||
if(OS_LINUX)
|
if(OS_LINUX)
|
||||||
|
Loading…
Reference in New Issue
Block a user