mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
18 lines
291 B
Text
18 lines
291 B
Text
description "Linux Frame Buffer backend implemented using VirtualGui\377";
|
|
|
|
uses
|
|
VirtualGui;
|
|
|
|
library(LINUX) "udev input xkbcommon";
|
|
|
|
options(GCC) -Wreturn-type;
|
|
|
|
file
|
|
LinuxFrameBuffer.h,
|
|
LinuxFrameBuffer.cpp,
|
|
Keys.cpp,
|
|
Events.cpp,
|
|
Draw.cpp,
|
|
VirtualTerminal.h,
|
|
VirtualTerminal.cpp;
|
|
|