[clutter] clutter.pc buglet.

2010-06-23 Thread Rob Kramer
Hi,

Commit 7e6b60 sets libdir incorrectly in clutter.pc.in:

-libd...@libdir@
-included...@includedir@
+libdir=${exec_prefix}/libdir
+includedir=${prefix}/include

Changing that to ${exec_prefix}/lib makes things work again for me..

Cheers!

Rob
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] clutter.pc buglet.

2010-06-23 Thread Emmanuele Bassi
On Wed, 2010-06-23 at 19:44 +0800, Rob Kramer wrote:
 Hi,
 
 Commit 7e6b60 sets libdir incorrectly in clutter.pc.in:
 
 -libd...@libdir@
 -included...@includedir@
 +libdir=${exec_prefix}/libdir
 +includedir=${prefix}/include
 
 Changing that to ${exec_prefix}/lib makes things work again for me..

thanks. it turns out that that commit was wrong and I reverted it on
master. just pull again, and sorry for the mess.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com