jhbuild gnome 3.8 in ubuntu 12.04
lcl <[email protected]>
| Newsgroups | gmane.comp.gnome.love |
|---|---|
| Message-ID | <[email protected]> |
I want to build gnome 3.8 in ubuntu 12.04.
The question is about smbclient.pc.
I have downloaded samba 4.0.6, build and install it in /usr/local/samba.
The smbclient.pc is in /usr/local/samba/lib/pkgconfig, and add a line to
~/.config/jhbuildrc
addpath('PKG_CONFIG_PATH', '/usr/local/samba/lib/pkgconfig')
but "jhbuild build" still show smbclient.pc not match.
How to fix this problem?