Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 23:10, Enrico Tröger a écrit : > On Thu, 12 Apr 2012 22:49:26 +0200, Colomban wrote: > I'm wondering if there is a way to get at least the version from the configuration? Like bld.conf.libs['GTK'].atleast_version or something? I haven't found how to do so, but maybe y

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Enrico Tröger
On Thu, 12 Apr 2012 22:49:26 +0200, Colomban wrote: >>> I'm wondering if there is a way to get at least the version from the >>> configuration? Like bld.conf.libs['GTK'].atleast_version or >>> something? I haven't found how to do so, but maybe you'll know :) >> >> Not completely sure what you me

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 22:36, Enrico Tröger a écrit : > On Thu, 12 Apr 2012 18:47:18 +0200, Colomban wrote: > > Hi, > > first, nice idea about making the dependency information more central! > > >>> Modified: wscript >>> 1 files changed, 1 insertions(+), 0 deletions(-) >>> ==

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Enrico Tröger
On Thu, 12 Apr 2012 18:47:18 +0200, Colomban wrote: Hi, first, nice idea about making the dependency information more central! >> Modified: wscript >> 1 files changed, 1 insertions(+), 0 deletions(-) >> === >> @@ -346,6 +346,7 @@ d

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 18:41, Colomban Wendling a écrit : > Modified: wscript > 1 files changed, 1 insertions(+), 0 deletions(-) > === > @@ -346,6 +346,7 @@ def build(bld): > bld.new_task_gen( > source = 'geany.pc.in', >