if (LIBNOTIFY_FOUND) list(APPEND WebKit2_SYSTEM_INCLUDE_DIRECTORIES ${LIBNOTIFY_INCLUDE_DIRS} ) endif () That should be if (USE_LIBNOTIFY) since we don't want to add the include directory if we're not using it.
Created attachment 253041 [details] Patch
Comment on attachment 253041 [details] Patch Ugh. Thanks.
Comment on attachment 253041 [details] Patch Clearing flags on attachment: 253041 Committed r184298: <http://trac.webkit.org/changeset/184298>
All reviewed patches have been landed. Closing bug.