Bug 144823 - [GTK] [CMake] Check for required X libraries
Summary: [GTK] [CMake] Check for required X libraries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Minor
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 18:06 PDT by Michael Catanzaro
Modified: 2015-05-08 20:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2015-05-08 18:08 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-05-08 18:06:36 PDT
I got this confusing error when trying to build without libXt installed:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xt_LIB (ADVANCED)
    linked by target "WebCore" in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target "WebCorePlatformGTK" in directory /home/mcatanzaro/WebKit/Source/WebCore
    linked by target "WebCorePlatformGTK2" in directory /home/mcatanzaro/WebKit/Source/WebCore

-- Configuring incomplete, errors occurred!

Let's give a better error.
Comment 1 Michael Catanzaro 2015-05-08 18:08:43 PDT
Created attachment 252759 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-08 20:27:47 PDT
Comment on attachment 252759 [details]
Patch

Clearing flags on attachment: 252759

Committed r184035: <http://trac.webkit.org/changeset/184035>
Comment 3 WebKit Commit Bot 2015-05-08 20:27:50 PDT
All reviewed patches have been landed.  Closing bug.