summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/pango/pango_1.50.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.14.bb b/meta/recipes-graphics/pango/pango_1.50.14.bb
index ec7a913009..b254caca50 100644
--- a/meta/recipes-graphics/pango/pango_1.50.14.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.14.bb
@@ -33,7 +33,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
33 33
34PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" 34PACKAGECONFIG[x11] = ",,virtual/libx11 libxft"
35PACKAGECONFIG[tests] = "-Dinstall-tests=true, -Dinstall-tests=false" 35PACKAGECONFIG[tests] = "-Dinstall-tests=true, -Dinstall-tests=false"
36PACKAGECONFIG[thai] = ",,libthai" 36PACKAGECONFIG[thai] = "-Dlibthai=enabled,-Dlibthai=disabled,libthai"
37 37
38GIR_MESON_OPTION = 'introspection' 38GIR_MESON_OPTION = 'introspection'
39 39