I think that the following patch is needed for build correctness in
libfreerdp-kbd.  Without this patch the X11 headers either will not be in the
include paths or will be there by chance.  This patch is required on FreeBSD.

--- libfreerdp-kbd/CMakeLists.txt.orig  2012-02-06 17:32:12.698938336 +0200
+++ libfreerdp-kbd/CMakeLists.txt       2012-02-06 17:33:23.503937964 +0200
@@ -31,6 +31,7 @@

 find_suggested_package(X11)
 if(X11_FOUND)
+       include_directories(${X11_INCLUDE_DIRS})
        target_link_libraries(freerdp-kbd ${X11_LIBRARIES})
 endif()


-- 
Andriy Gapon

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to