mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-12 19:06:36 +00:00
Tidy a couple things.
This commit is contained in:
parent
ae971d1cff
commit
028fce015d
@ -361,8 +361,6 @@ if(BUILD_WAYLAND)
|
|||||||
|
|
||||||
pkg_check_modules(wayland-protocols QUIET wayland-protocols>=1.13)
|
pkg_check_modules(wayland-protocols QUIET wayland-protocols>=1.13)
|
||||||
if(WAYLAND_CLIENT_FOUND AND wayland-protocols_FOUND)
|
if(WAYLAND_CLIENT_FOUND AND wayland-protocols_FOUND)
|
||||||
#target_sources( ${COMPONENT} PRIVATE display-wayland.cxx )
|
|
||||||
|
|
||||||
# find Wayland protocols
|
# find Wayland protocols
|
||||||
pkg_get_variable(WAYLAND_PROTOCOLS_DIR wayland-protocols pkgdatadir)
|
pkg_get_variable(WAYLAND_PROTOCOLS_DIR wayland-protocols pkgdatadir)
|
||||||
|
|
||||||
|
@ -56,4 +56,4 @@ mark_as_advanced(
|
|||||||
WAYLAND_CLIENT_LIBRARY
|
WAYLAND_CLIENT_LIBRARY
|
||||||
WAYLAND_SERVER_INCLUDE_DIR
|
WAYLAND_SERVER_INCLUDE_DIR
|
||||||
WAYLAND_SERVER_LIBRARY
|
WAYLAND_SERVER_LIBRARY
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user