Compare commits

..

10 Commits

Author SHA1 Message Date
Juhani Krekelä d14bfee30b XXX 2022-03-07 14:29:56 +02:00
Juhani Krekelä 8de433fbfb Gracefully handle errors in initialization 2022-03-07 14:29:56 +02:00
Juhani Krekelä 002785edda Handle -mode 2022-03-07 14:29:56 +02:00
Juhani Krekelä b0476a5090 Make libjpeg a required dependency 2022-03-07 14:29:54 +02:00
Juhani Krekelä b21e87476e Handle events 2022-03-07 14:28:20 +02:00
Juhani Krekelä c062d2ce20 Minimize amount of data copied to display server 2022-03-07 14:28:20 +02:00
Juhani Krekelä c9b0ba1817 Further bringup and drawing routines 2022-03-07 14:28:20 +02:00
Juhani Krekelä 4d34329118 Basic bringup 2022-03-07 14:28:20 +02:00
Juhani Krekelä 2c1611ea24 Add driver to the manual page 2022-03-07 14:28:20 +02:00
Juhani Krekelä db1a50c77f Start work on Sortix graphics driver 2022-03-07 14:28:17 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
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