Bug 80570 - build fails due to missing <client-conf-x11.h>
Summary: build fails due to missing <client-conf-x11.h>
Status: RESOLVED FIXED
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 18:58 UTC by Evan Nemerson
Modified: 2014-06-27 07:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
client-conf: add missing directory to pulse/client-conf.x11.h include (760 bytes, patch)
2014-06-26 19:09 UTC, Evan Nemerson
Details | Splinter Review

Description Evan Nemerson 2014-06-26 18:58:09 UTC
jhbuilding GNOME on Fedora 20 fails:


pulse/client-conf.c:44:29: fatal error: client-conf-x11.h: No such file or directory
 #include <client-conf-x11.h>


Looking at the flags passed to the CC, the pulse subdirectory doesn't seem to be included.  The (soon to be) attached patch just includes <pulse/client-conf-x11.h> instead.
Comment 1 Evan Nemerson 2014-06-26 19:09:56 UTC
Created attachment 101824 [details] [review]
client-conf: add missing directory to pulse/client-conf.x11.h include
Comment 2 Tanu Kaskinen 2014-06-27 07:44:45 UTC
Oops, I don't build with X11 support, so I didn't notice when I introduced this bug. Thanks for the patch, it's now applied.


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.