summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-rw-r--r--meta/recipes-graphics/pango/pango.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index bf528f4a61..ce8b6ba203 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -44,6 +44,9 @@ if [ "x$D" != "x" ]; then
44 exit 1 44 exit 1
45fi 45fi
46 46
47if ! [ -e $D${sysconfdir}/pango ] ; then
48 mkdir -p $D${sysconfdir}/pango
49fi
47} 50}
48 51
49python populate_packages_prepend () { 52python populate_packages_prepend () {