summaryrefslogtreecommitdiffstats
path: root/libraries/libliftoff/README
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2023-10-07 08:07:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 08:07:11 +0700
commit3172cc802eea45fc2dea4d1803099e634b1ad386 (patch)
treebbdcbfc0fc07900bbdd9643dc9668b6a6c80f658 /libraries/libliftoff/README
parent52609d1c1cc358facc797c55873ce8cac709baf4 (diff)
downloadslackbuilds-3172cc802eea45fc2dea4d1803099e634b1ad386.tar.gz
slackbuilds-3172cc802eea45fc2dea4d1803099e634b1ad386.tar.xz
libraries/libliftoff: Added (lightweight KMS plane library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libliftoff/README')
-rw-r--r--libraries/libliftoff/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libliftoff/README b/libraries/libliftoff/README
new file mode 100644
index 0000000000..eb7caeed82
--- /dev/null
+++ b/libraries/libliftoff/README
@@ -0,0 +1,5 @@
+Lightweight KMS plane library.
+libliftoff eases the use of KMS planes from userspace without standing
+in your way. Users create "virtual planes" called layers, set
+KMS properties on them,
+and libliftoff will pick hardware planes for these layers if possible.