Bug 144941

Summary: [GTK][CMake] Extra include directory when libnotify is present but disabled
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue, mcatanzaro, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Michael Catanzaro
Reported 2015-05-12 18:54:37 PDT
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.
Attachments
Patch (1.26 KB, patch)
2015-05-13 12:03 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2015-05-13 12:03:05 PDT
Martin Robinson
Comment 2 2015-05-13 12:10:16 PDT
Comment on attachment 253041 [details] Patch Ugh. Thanks.
WebKit Commit Bot
Comment 3 2015-05-13 12:57:58 PDT
Comment on attachment 253041 [details] Patch Clearing flags on attachment: 253041 Committed r184298: <http://trac.webkit.org/changeset/184298>
WebKit Commit Bot
Comment 4 2015-05-13 12:58:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.