1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-12 11:04:10 +00:00

cmake/config.h.in: Added missing BUILD_ prefix to #cmakedefine for MOUSE_EVENTS

Mouse events were introduced by commit 7fbdfbd4d4
which states in the commit message that MOUSE_EVENTS was also renamed to
BUILD_MOUSE_EVENTS. However, this renamal seems to have been incomplete, as the
respective option in cmake/config.h.in was left to MOUSE_EVENTS. This commit
fixes this.

Closes: https://github.com/brndnmtthws/conky/issues/1380
Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
This commit is contained in:
Jaak Ristioja 2023-01-30 23:27:35 +02:00 committed by Brenden Matthews
parent 6055764022
commit 8afa62d889

View File

@ -48,7 +48,7 @@
#cmakedefine OWN_WINDOW 1 #cmakedefine OWN_WINDOW 1
#cmakedefine MOUSE_EVENTS 1 #cmakedefine BUILD_MOUSE_EVENTS 1
#cmakedefine BUILD_XDAMAGE 1 #cmakedefine BUILD_XDAMAGE 1