Bug 87116 - build-sys: fix out of tree build
Summary: build-sys: fix out of tree build
Status: NEW
Alias: None
Product: ConsoleKit
Classification: Unclassified
Component: Daemon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Martin Pitt
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 19:55 UTC by Marc-Andre Lureau
Modified: 2014-12-08 19:55 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
0001-build-sys-fix-out-of-tree-build.patch (1.75 KB, text/plain)
2014-12-08 19:55 UTC, Marc-Andre Lureau
Details

Description Marc-Andre Lureau 2014-12-08 19:55:11 UTC
Created attachment 110586 [details]
0001-build-sys-fix-out-of-tree-build.patch

The files are not referenced with full path. Make $< variable does it.
    
    This fixes the following error:
    make[2]: Entering directory
    '/home/elmarco/src/gnome/build/ConsoleKit/src'
    dbus-binding-tool --prefix=ck_manager --mode=glib-server
    --output=ck-manager-glue.h org.freedesktop.ConsoleKit.Manager.xml
    Couldn't stat org.freedesktop.ConsoleKit.Manager.xml: No such file or
    directory


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.