After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768997 - [PATCH] Fix srcdir != builddir build
[PATCH] Fix srcdir != builddir build
Status: RESOLVED FIXED
Product: gnome-packagekit
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-packagekit-maint
gnome-packagekit-maint
Depends on:
Blocks:
 
 
Reported: 2016-07-20 14:42 UTC by Ting-Wei Lan
Modified: 2016-07-20 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial: Fix srcdir != builddir build (2.88 KB, patch)
2016-07-20 14:43 UTC, Ting-Wei Lan
none Details | Review

Description Ting-Wei Lan 2016-07-20 14:42:33 UTC
gnome-packagekit fails to build when srcdir != builddir:

glib-compile-resources --target=gpk-application-resources.c --generate-source --c-name gpk /home/lantw44/gnome/source/gnome-packagekit/src/gpk-application.gresource.xml
/home/lantw44/gnome/source/gnome-packagekit/src/gpk-application.gresource.xml: Failed to locate 'gpk-client.ui' in current directory.
Makefile:1469: recipe for target 'gpk-application-resources.c' failed
Comment 1 Ting-Wei Lan 2016-07-20 14:43:38 UTC
Created attachment 331826 [details] [review]
trivial: Fix srcdir != builddir build
Comment 2 Richard Hughes 2016-07-20 15:45:58 UTC
Pushed, thanks!