Integrate UWAC in to the FreeRDP source tree
authorDavid FORT <contact@hardening-consulting.com>
Mon, 18 Jan 2016 14:55:33 +0000 (15:55 +0100)
committerDavid FORT <contact@hardening-consulting.com>
Tue, 23 Feb 2016 13:09:53 +0000 (14:09 +0100)
commit87d6caa69a40c24a33669ea17dc767dcbf5ad186
treef5895de1871372e811a727bb0dc21f9db4d80754
parentbc31c008658499b70553d8e310843ebd43825d88
Integrate UWAC in to the FreeRDP source tree

So the wayland client can still be built without installing UWAC as a dependency.
22 files changed:
CMakeLists.txt
client/Wayland/CMakeLists.txt
cmake/FindWayland.cmake
uwac/CMakeLists.txt [new file with mode: 0644]
uwac/include/CMakeLists.txt [new file with mode: 0644]
uwac/include/uwac/uwac-tools.h [new file with mode: 0644]
uwac/include/uwac/uwac.h [new file with mode: 0644]
uwac/libuwac/.gitignore [new file with mode: 0644]
uwac/libuwac/CMakeLists.txt [new file with mode: 0644]
uwac/libuwac/uwac-display.c [new file with mode: 0644]
uwac/libuwac/uwac-input.c [new file with mode: 0644]
uwac/libuwac/uwac-os.c [new file with mode: 0644]
uwac/libuwac/uwac-os.h [new file with mode: 0644]
uwac/libuwac/uwac-output.c [new file with mode: 0644]
uwac/libuwac/uwac-priv.h [new file with mode: 0644]
uwac/libuwac/uwac-tools.c [new file with mode: 0644]
uwac/libuwac/uwac-utils.c [new file with mode: 0644]
uwac/libuwac/uwac-utils.h [new file with mode: 0644]
uwac/libuwac/uwac-window.c [new file with mode: 0644]
uwac/protocols/fullscreen-shell.xml [new file with mode: 0644]
uwac/protocols/ivi-application.xml [new file with mode: 0644]
uwac/protocols/xdg-shell.xml [new file with mode: 0644]