xfreerdp-server: encode a single tile from X11 at a hardcoded position

This commit is contained in:
Marc-André Moreau
2011-09-13 19:03:06 -04:00
parent c71a68e37b
commit 5c25717eae
17 changed files with 378 additions and 189 deletions

View File

@@ -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()