summaryrefslogtreecommitdiff
path: root/pango.morph
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix module list generationbaserock/morphSam Thursfield2012-09-181-2/+2
| | | | | Shell globs in install-commands are not being expanded which is causing generation of the pango.modules file to fail.
* rm .la files for pango modules (why is it broken??)Sam Thursfield2012-09-171-1/+2
|
* pango.morph: Set LD_LIBRARY_PATH when running pango-querymodulesSam Thursfield2012-08-161-1/+1
| | | | | | Same fix as needed for gdk-pixbuf; the module cache was actually empty because pango-querymodules needs a library only available inside DESTDIR at the time we want to run it.
* Add morphology: runs pango-querymodules after installSam Thursfield2012-07-181-0/+10
This should be done automatically, but because we use DESTDIR it does not get executed.