FreeRDP/client
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
DirectFB libfreerdp-gdi: fix opaque rect color with --gdi sw 2011-12-13 11:36:05 -05:00
Windows wfreerdp: fix warnings and color conversion 2012-01-16 11:40:18 -05:00
X11 build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
test libfreerdp-gdi: fix opaque rect color with --gdi sw 2011-12-13 11:36:05 -05:00
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00