Commit:    d04f3ab223945f9dd90e597b2a1caf4970575fc9
Author:    Anatol Belski <[email protected]>         Thu, 10 Jul 2014 08:59:28 +0200
Parents:   9905cbbe21c896ce9a98b615e05aabce413b77d5
Branches:  master pecl_legacy

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d04f3ab223945f9dd90e597b2a1caf4970575fc9

Log:
configs for exts and libs done so far

Changed paths:
  M  client/data/config/pecl/exts.ini
  M  client/data/config/pecl/libs.ini


Diff:
diff --git a/client/data/config/pecl/exts.ini b/client/data/config/pecl/exts.ini
index 966a607..74e2471 100644
--- a/client/data/config/pecl/exts.ini
+++ b/client/data/config/pecl/exts.ini
@@ -536,9 +536,51 @@ opts[]=
 [cairo]
 type=with
 libs[]=cairo
+; these are the deps to be forced to copy
 libs[]=fontconfig
 libs[]=pixman
 libs[]=libexpat
 libs[]=libtiff
 exts[]=
 opts[]=
+
+[pango]
+type=with
+libs[]=pango
+; these are the deps to be forced to copy
+libs[]=cairo
+libs[]=fontconfig
+libs[]=pixman
+libs[]=libexpat
+libs[]=libtiff
+exts[]=cairo
+opts[]=
+
+[rrd]
+type=with
+libs[]=librrd
+; these are the deps to be forced to copy
+libs[]=pango
+libs[]=cairo
+libs[]=fontconfig
+libs[]=pixman
+libs[]=libexpat
+libs[]=libtiff
+exts[]=
+opts[]=
+
+[rsvg]
+type=with
+libs[]=librsvg
+libs[]=cairo
+libs[]=gdk-pixbuf
+; these are the deps to be forced to copy
+libs[]=pango
+libs[]=fontconfig
+libs[]=pixman
+libs[]=libexpat
+libs[]=libtiff
+libs[]=libcroco
+exts[]=cairo
+opts[]=
+
diff --git a/client/data/config/pecl/libs.ini b/client/data/config/pecl/libs.ini
index 8d7044e..ef51f85 100644
--- a/client/data/config/pecl/libs.ini
+++ b/client/data/config/pecl/libs.ini
@@ -79,3 +79,25 @@ expand_include=1
 
 [libmosquitto]
 expand_include=1
+
+[librrd]
+expand_include=1
+
+[librsvg]
+expand_include=1
+
+[gdk-pixbuf]
+expand_include=1
+
+[gdk-pixbuf]
+expand_include=1
+
+[libcroco]
+expand_include=1
+
+[pango]
+expand_include=1
+
+
+
+


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to