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 769444 - build: Allow to build with $builddir != $srcdir
build: Allow to build with $builddir != $srcdir
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-02 16:58 UTC by Adrien Plazas
Modified: 2016-08-02 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Allow to build with $builddir != $srcdir (1.23 KB, patch)
2016-08-02 17:00 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2016-08-02 16:58:47 UTC
This should be possible but unfortunately isn't.
Comment 1 Adrien Plazas 2016-08-02 17:00:29 UTC
The following fix has been pushed:
6842190 build: Allow to build with $builddir != $srcdir
Comment 2 Adrien Plazas 2016-08-02 17:00:40 UTC
Created attachment 332582 [details] [review]
build: Allow to build with $builddir != $srcdir

Fix the $top_pluginsrcdir variable in the desktop and mame plugins'
src/Makefile.am from a relative path, invalid from the build dir, to an
absolute path from the top src dir.