[Lunar-commits] <moonbase-other> pango: fix my own mistake. sorry.
Florin Braescu
florin at lunar-linux.org
Wed Oct 15 12:51:48 CEST 2014
commit ba427a89e0f6f6f90c4c70d47b0b1e51d421a1b9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 15 Oct 2014 13:51:20 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/ba427a89e0f6f6f90c4c70d47b0b1e51d421a1b9
pango: fix my own mistake. sorry.
---
libs/pango/DEPENDS | +3/-3
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/libs/pango/DEPENDS
+++ b/libs/pango/DEPENDS
@@ -4,8 +4,8 @@ depends freetype2
depends harfbuzz
depends libxcb
-optional_depends "cairo" "--with-cairo=yes" "--with-cairo=no" "for the cairo backend"
-optional_depends "libXft" "--with-xft=yes" "--with-xft=no" "for the Xft backend"
-optional_depends "gobject-introspection" "--enable-introspection=on" "--disable-introspection=off" "for gobject introspection support"
+optional_depends "cairo" "--with-cairo=yes" "--with-cairo=no" "for the cairo backend"
+optional_depends "libXft" "--with-xft=yes" "--with-xft=no" "for the Xft backend"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection support"
optional_depends "libthai" "" "" "for Thai language support"
More information about the Lunar-commits
mailing list