Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, After I clone the latest version of weston repository, it can build successfully. Hongze On Sat, Aug 23, 2014 at 1:54 PM, Hongze Zhao wrote: > Hi Bill, > > Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make > install libinput, it still cannot find libinput > And i c

Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make install libinput, it still cannot find libinput And i confirm there is a libinput.pc under PKG_CONFIG_PATH Thanks, Hongze On Sun, Aug 17, 2014 at 10:58 PM, Bill Spitzak wrote: > On 08/17/2014 11:43 AM, Hongze Zhao w

Re: Wayland compilation problem

2014-08-17 Thread Bill Spitzak
On 08/17/2014 11:43 AM, Hongze Zhao wrote: Hi All, I am compiling weston following the instruction on wayland official site: http://wayland.freedesktop.org/building.html After I successfully compiled and install libinput, I tried to execute autogen.sh in the weston folder with: ./autogen.sh --

Re: Wayland compilation problem

2014-08-17 Thread Hongze Zhao
Yes. I followed the instruction to install libinput. On Sun, Aug 17, 2014 at 5:10 PM, Thiago Macieira wrote: > On Sunday 17 August 2014 14:43:50 Hongze Zhao wrote: > > However, I got an error saying "No package 'libinput' found" > > Could anyone tell me why this is happening and how to resolv

Re: Wayland compilation problem

2014-08-17 Thread Thiago Macieira
On Sunday 17 August 2014 14:43:50 Hongze Zhao wrote: > However, I got an error saying "No package 'libinput' found" > Could anyone tell me why this is happening and how to resolve it? Did you compile and install libinput? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Sof

Wayland compilation problem

2014-08-17 Thread Hongze Zhao
Hi All, I am compiling weston following the instruction on wayland official site: http://wayland.freedesktop.org/building.html After I successfully compiled and install libinput, I tried to execute autogen.sh in the weston folder with: ./autogen.sh --prefix=$WLD --enable-libinput-backend Howeve