Compare commits

..

9 Commits

Author SHA1 Message Date
Juhani Krekelä a94cdcc43d XXX 2022-03-07 14:38:44 +02:00
Juhani Krekelä e0fae84fbf Gracefully handle errors in initialization 2022-03-07 14:38:44 +02:00
Juhani Krekelä b1bcb50982 Handle -mode 2022-03-07 14:38:44 +02:00
Juhani Krekelä 7f06430ea0 Handle events 2022-03-07 14:38:44 +02:00
Juhani Krekelä 0ed0332d6d Minimize amount of data copied to display server 2022-03-07 14:38:44 +02:00
Juhani Krekelä 40acfd7972 Further bringup and drawing routines 2022-03-07 14:38:44 +02:00
Juhani Krekelä b85a526ffc Basic bringup 2022-03-07 14:38:44 +02:00
Juhani Krekelä 08cb39b365 Add driver to the manual page 2022-03-07 14:38:44 +02:00
Juhani Krekelä c38c478545 Start work on Sortix graphics driver 2022-03-07 14:38:44 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
NAME=links
BUILD_LIBRARIES='libbrotli? libevent? libjpeg libpng librsvg? libssl libtiff? libz? libzstd? lzip? openmp? xz?'
BUILD_SYSTEM=configure
CONFIGURE_ARGS='--enable-graphics'
LOCATION_INDEPENDENT=true