We intend to make libuterm independent of kmscon so it can be used by other projects. Therefore, add a pkg-config file for easier integration into other build systems. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
12 lines
263 B
PkgConfig
12 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: uterm
|
|
Description: User-space Terminal Video/Input/Hotplug/etc Helper Library
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -luterm
|
|
Cflags: -I${includedir}
|