Wayland compilation problem
Bill Spitzak
spitzak at gmail.com
Sun Aug 17 19:58:36 PDT 2014
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 --prefix=$WLD --enable-libinput-backend
>
> 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 set (and export) $PKG_CONFIG_PATH? It needs to contain
$WLD/lib/pkgconfig.
Did you run "make install" in libinput?
More information about the wayland-devel
mailing list