1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Tidy a couple things.

This commit is contained in:
Brenden Matthews 2022-12-24 09:30:48 -05:00
parent ae971d1cff
commit 028fce015d
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
2 changed files with 1 additions and 3 deletions

View File

@ -361,8 +361,6 @@ if(BUILD_WAYLAND)
pkg_check_modules(wayland-protocols QUIET wayland-protocols>=1.13)
if(WAYLAND_CLIENT_FOUND AND wayland-protocols_FOUND)
#target_sources( ${COMPONENT} PRIVATE display-wayland.cxx )
# find Wayland protocols
pkg_get_variable(WAYLAND_PROTOCOLS_DIR wayland-protocols pkgdatadir)

View File

@ -56,4 +56,4 @@ mark_as_advanced(
WAYLAND_CLIENT_LIBRARY
WAYLAND_SERVER_INCLUDE_DIR
WAYLAND_SERVER_LIBRARY
)
)