Start work on Sortix graphics driver

This commit is contained in:
Juhani Krekelä 2021-08-28 20:36:11 +03:00
parent 0a11c4b5a5
commit 2b52e8db95
2 changed files with 6 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,5 @@
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
CONFIGURE_ARGS='--enable-graphics'
LOCATION_INDEPENDENT=true