[server,shadow] fix XShm library name

This commit is contained in:
Armin Novak 2024-07-03 15:45:11 +02:00
parent eff4252651
commit 68a081f538
No known key found for this signature in database
GPG Key ID: 2CF4A2D2D3D72105
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ endif()
if(X11_XShm_FOUND)
add_definitions(-DWITH_XSHM)
include_directories(${X11_XShm_INCLUDE_PATH})
list(APPEND LIBS ${X11_Xext_LIB})
list(APPEND LIBS ${X11_XShm_LIB})
endif()
if(X11_Xext_FOUND)