Summary: | Need fallback for x11 detection | ||
---|---|---|---|
Product: | ConsoleKit | Reporter: | Daniel Macks <dmacks> |
Component: | Daemon | Assignee: | william.jon.mccann |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | halfline |
Version: | unspecified | ||
Hardware: | PowerPC | ||
OS: | Mac OS X (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Fall back to autoconf standard for x11 detection |
Description
Daniel Macks
2008-12-02 21:42:46 UTC
Created attachment 20754 [details] [review] Fall back to autoconf standard for x11 detection Maybe not pretty, but Works For Me(tm). Finds x11 on my machine with no x11.pc and winds up with Makefile variables: TOOLS_CFLAGS = -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include TOOLS_LIBS = -L/sw/lib -lglib-2.0 -lintl -L/usr/X11R6/lib -lX11 which looks correct, and the various x11-related source files (tools/ck-get-x11-display-device.c and tools/ck-get-x11-server-pid.c) compile with no warnings, and linking doesn't fail due to unresolved XOpenDisplay symbol. Is this something you still need Daniel? Sorry, didn't notice the followup. But to answer, "no". OS X's standard x11--via XQuartz--has had x11.pc for at least the past several years and on several of the most recent major OS X releases. Feel free to close. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.