mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Fix nvidia support with CMake.
Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
This commit is contained in:
parent
ed5e86eb88
commit
29f833ee05
@ -87,6 +87,11 @@
|
||||
#define MOC
|
||||
#endif /* BUILD_MOC */
|
||||
|
||||
#cmakedefine BUILD_NVIDIA 0
|
||||
#ifdef BUILD_NVIDIA
|
||||
#define NVIDIA
|
||||
#endif /* BUILD_NVIDIA */
|
||||
|
||||
#cmakedefine BUILD_XMMS2 1
|
||||
#ifdef BUILD_XMMS2
|
||||
#define XMMS2
|
||||
|
Loading…
x
Reference in New Issue
Block a user