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 667698 - vapigen: fix builddir != srcdir issue
vapigen: fix builddir != srcdir issue
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 414139
 
 
Reported: 2012-01-11 14:43 UTC by Allison Karlitskaya (desrt)
Modified: 2012-01-11 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vapigen: fix builddir != srcdir issue (1.05 KB, patch)
2012-01-11 14:43 UTC, Allison Karlitskaya (desrt)
none Details | Review

Description Allison Karlitskaya (desrt) 2012-01-11 14:43:14 UTC
See patch.
Comment 1 Allison Karlitskaya (desrt) 2012-01-11 14:43:17 UTC
Created attachment 205022 [details] [review]
vapigen: fix builddir != srcdir issue
Comment 2 Matthew Barnes 2012-01-11 15:01:26 UTC
Thanks, committed for Evolution-Data-Server 3.3.4:
http://git.gnome.org/browse/evolution-data-server/commit/?id=e8881bb34bca2a7207063ca5d3fb8f43baae65fa

The --vapidir=. in those same stanzas are okay then?
Comment 3 Allison Karlitskaya (desrt) 2012-01-11 22:42:51 UTC
yes and no

they're okay because the .vapi are generated in the build directory and '.' refers to that.

they're not okay because the .deps files are in the srcdir.  that's why i needed to explicitly add libxml to the libebook rule.