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 390161 - in a builddir != srcdir environment, generated thumbnailer schemas not installed
in a builddir != srcdir environment, generated thumbnailer schemas not installed
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-27 22:29 UTC by paul
Modified: 2006-12-28 10:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
change top_srcdir to top_builddir to get things moving again (740 bytes, patch)
2006-12-27 22:30 UTC, paul
none Details | Review

Description paul 2006-12-27 22:29:12 UTC
thumbnailer/Makefile.am says to install schemas from top_srcdir/thumbnailers, when they are actually generated during build and reside in top_builddir/thumbnailer
Comment 1 paul 2006-12-27 22:30:15 UTC
Created attachment 78962 [details] [review]
change top_srcdir to top_builddir to get things moving again
Comment 2 Wouter Bolsterlee (uws) 2006-12-28 10:57:46 UTC
Thanks, committed.

2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

    * thumbnailer/Makefile.am:

    Use top_builddir instead top_srcdir for generated schema
    file installation. Fixes bug #390161.