libei-1.2.1

Introduction to libei

The libei package contains a set of libraries for handling emulated inputs. It is primarily aimed at the Wayland stack.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libei Dependencies

Required

attrs-22.2.0

Optional

libevdev-1.13.1, libxkbcommon-1.7.0, libxml2-2.12.6, and munit

Installation of libei

Install libei by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release -Dtests=disabled .. &&
ninja

This package does come with a test suite, but it requires an external dependency. If you have munit installed and wish to run the test suite, run the following commands:

meson configure -Dtests=enabled .. &&
ninja test

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-Dtests=disabled: This switch avoids a dependency on munit. Remove this switch if you have munit installed and wish to run the test suite.

Contents

Installed Programs: None
Installed Libraries: libei.so, libeis.so, and liboeffis.so
Installed Directories: /usr/include/libei-1.0

Short Descriptions

libei.so

provides a client side implementation for handling Emulated Input

libeis.so

provides a server side implementation for handling Emulated Input

liboffis

provides DBus communication services between libei and the XDG RemoteDesktop portal