Start work on Sortix graphics driver

This commit is contained in:
Juhani Krekelä 2021-08-28 20:36:11 +03:00
parent c90f90dec2
commit db1a50c77f
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
#include "links.h"
struct graphics_driver sortix_driver;
struct graphics_driver sortix_driver =
{
"sortix"
};
#endif /* GRDRV_SORTIX */

View File

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