Bug 80570

Summary: build fails due to missing <client-conf-x11.h>
Product: PulseAudio Reporter: Evan Nemerson <evan>
Component: coreAssignee: pulseaudio-bugs
Status: RESOLVED FIXED QA Contact: pulseaudio-bugs
Severity: normal    
Priority: medium CC: lennart
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: client-conf: add missing directory to pulse/client-conf.x11.h include

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.