mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
CMake support for 6c5fa44660
.
This commit is contained in:
parent
6c5fa44660
commit
1ff8b3ee4b
@ -78,6 +78,7 @@ if(BUILD_X11)
|
|||||||
option(BUILD_XDAMAGE "Build Xdamage support" true)
|
option(BUILD_XDAMAGE "Build Xdamage support" true)
|
||||||
option(BUILD_XDBE "Build Xdbe (double-buffer) support" true)
|
option(BUILD_XDBE "Build Xdbe (double-buffer) support" true)
|
||||||
option(BUILD_XFT "Build Xft (freetype fonts) support" true)
|
option(BUILD_XFT "Build Xft (freetype fonts) support" true)
|
||||||
|
option(BUILD_ARGB "Build ARGB (real transparency) support" true)
|
||||||
option(BUILD_IMLIB2 "Enable Imlib2 support" false)
|
option(BUILD_IMLIB2 "Enable Imlib2 support" false)
|
||||||
endif(BUILD_X11)
|
endif(BUILD_X11)
|
||||||
|
|
||||||
|
@ -47,6 +47,11 @@
|
|||||||
#define XFT
|
#define XFT
|
||||||
#endif /* BUILD_XFT */
|
#endif /* BUILD_XFT */
|
||||||
|
|
||||||
|
#cmakedefine BUILD_ARGB 1
|
||||||
|
#ifdef BUILD_ARGB
|
||||||
|
#define USE_ARGB
|
||||||
|
#endif /* BUILD_ARGB */
|
||||||
|
|
||||||
#cmakedefine BUILD_XDBE 1
|
#cmakedefine BUILD_XDBE 1
|
||||||
#ifdef BUILD_XDBE
|
#ifdef BUILD_XDBE
|
||||||
#define HAVE_XDBE
|
#define HAVE_XDBE
|
||||||
|
Loading…
Reference in New Issue
Block a user