[Webkit-unassigned] [Bug 144941] New: [GTK][CMake] Extra include directory when libnotify is present but disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 18:54:37 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144941

            Bug ID: 144941
           Summary: [GTK][CMake] Extra include directory when libnotify is
                    present but disabled
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150513/4f3b60da/attachment.html>


More information about the webkit-unassigned mailing list