1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Add a BUILD_GUI define (for now only defined on BUILD_X11)

This commit is contained in:
François Revol 2018-10-05 03:40:02 +02:00
parent 714e3a5cbd
commit 0cc7edfd0b
2 changed files with 7 additions and 0 deletions

View File

@ -207,6 +207,11 @@ else(BUILD_X11)
set(BUILD_NVIDIA false)
endif(BUILD_X11)
# if we build with any GUI support
if(BUILD_X11)
set(BUILD_GUI true)
endif(BUILD_X11)
if(OWN_WINDOW)
option(BUILD_ARGB "Build ARGB (real transparency) support" true)
else(OWN_WINDOW)

View File

@ -113,6 +113,8 @@
#cmakedefine BUILD_HTTP 1
#cmakedefine BUILD_GUI 1
#cmakedefine BUILD_ICONV 1
#cmakedefine BUILD_LUA_CAIRO 1