Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-17 Thread Arvind R
On Thu, Jan 17, 2013 at 10:35 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 12:21 AM, Arvind R wrote: >>> And that was added to all _DEPENDENCIES variables... which trigger a >>> look for that target in the Makefile. That create "some" trouble. I >>> revert the change to be able t

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 12:21 AM, Arvind R wrote: >> And that was added to all _DEPENDENCIES variables... which trigger a >> look for that target in the Makefile. That create "some" trouble. I >> revert the change to be able to still build efl. >> > > Wait... Something strange but foll. patch fixe

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-16 Thread Arvind R
On Thu, Jan 17, 2013 at 7:38 AM, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 9:33 AM, Gustavo Sverzut Barbieri > wrote: >> On Wednesday, January 16, 2013, Arvind R wrote: >>> On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri >>> > wrote: >>> > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R >

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-16 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 9:33 AM, Gustavo Sverzut Barbieri wrote: > On Wednesday, January 16, 2013, Arvind R wrote: >> On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri >> > wrote: >> > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R >> > > >> wrote: >> >> On Mon, Jan 14, 2013 at 6:22 AM, Gustav

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-16 Thread Gustavo Sverzut Barbieri
On Wednesday, January 16, 2013, Arvind R wrote: > On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri > > wrote: > > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R > > wrote: > >> On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri > >> > wrote: > >>> On Sun, Jan 13, 2013 at 1:53 AM, Arvind

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-16 Thread Arvind R
On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri wrote: > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R wrote: >> On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Sun, Jan 13, 2013 at 1:53 AM, Arvind R wrote: fix eina_prefix_new to return correct paths. Check

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-16 Thread Gustavo Sverzut Barbieri
On Mon, Jan 14, 2013 at 1:51 AM, Arvind R wrote: > On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri > wrote: >> On Sun, Jan 13, 2013 at 1:53 AM, Arvind R wrote: >>> fix eina_prefix_new to return correct paths. Checks if locale dir is >>> given else ignore >>> locale paths. If common pre

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-13 Thread Arvind R
On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri wrote: > On Sun, Jan 13, 2013 at 1:53 AM, Arvind R wrote: >> fix eina_prefix_new to return correct paths. Checks if locale dir is >> given else ignore >> locale paths. If common prefix_path found, add the correct postfix >> instead of hard

Re: [e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-13 Thread Gustavo Sverzut Barbieri
On Sun, Jan 13, 2013 at 1:53 AM, Arvind R wrote: > fix eina_prefix_new to return correct paths. Checks if locale dir is > given else ignore > locale paths. If common prefix_path found, add the correct postfix > instead of hard-coded > ones. > This solves the problem of emotion_generic being unable

[e-users] [PATCH 1.7.5+svn82296 efl] eina: eina_prefix_new fixed

2013-01-12 Thread Arvind R
fix eina_prefix_new to return correct paths. Checks if locale dir is given else ignore locale paths. If common prefix_path found, add the correct postfix instead of hard-coded ones. This solves the problem of emotion_generic being unable to find em_generic_vlc even in the case of common prefixes an