commit | 95dbb800dc9b819d5a695deac05d7a24f5ecc752 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 25 14:41:38 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 25 14:48:35 2016 +0300 |
tree | b8ac73b3b88feeb54ba05563df57c886697423d8 | |
parent | 2d14233bdb2302bffc1a241681f34933cb99c157 [diff] |
Add a simple gamma.py test
libkms++ is a C++11 library for kernel mode setting.
Also included are some simple utilities for KMS and python bindings for libkms++.
$ mkdir build $ cd build $ cmake .. $ make -j4
Directions for cross compiling depend on your environment.
These are for mine with buildroot:
$ mkdir build $ cd build $ cmake -DCMAKE_TOOLCHAIN_FILE=<buildrootpath>/output/host/usr/share/buildroot/toolchainfile.cmake .. $ make -j4
You can use the following cmake flags to control the build. Use -DFLAG=VALUE
to set them.
Option name | Values | Default | Notes |
---|---|---|---|
CMAKE_BUILD_TYPE | Release/Debug | Release | |
LIBKMS_ENABLE_PYTHON | ON/OFF | ON | |
LIBKMS_ENABLE_KMSCUBEĀ | ON/OFF | OFF |
You can use the following runtime environmental variables to control the behavior of libkms.
Variable | Description |
---|---|
LIBKMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes |
LIBKMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting |