makedist.midori: Be sure to check for pango modules
They can be either compiled in or modular. If our case is the latter we want them packaged as well.
This commit is contained in:
parent
15fd840a9d
commit
50a4cda60c
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ grab_files lib engines
|
||||||
grab_files lib enchant
|
grab_files lib enchant
|
||||||
grab_files lib gio
|
grab_files lib gio
|
||||||
|
|
||||||
|
# Fedora ships on-demand pango modules, check just in case
|
||||||
|
grab_files lib pango
|
||||||
|
|
||||||
echo -n .
|
echo -n .
|
||||||
|
|
||||||
# copy share
|
# copy share
|
||||||
|
|
Loading…
Reference in a new issue