mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
xfreerdp-server: encode a single tile from X11 at a hardcoded position
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
# Servers
|
||||
|
||||
if(NOT WIN32)
|
||||
add_subdirectory(X11)
|
||||
|
||||
# Build Test Server
|
||||
add_subdirectory(test)
|
||||
|
||||
# Build X11 Server
|
||||
find_suggested_package(X11)
|
||||
if(X11_FOUND)
|
||||
add_subdirectory(X11)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user