From 2b52e8db95782e061e49718ed44c53b9256c599c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 28 Aug 2021 20:36:11 +0300 Subject: [PATCH] Start work on Sortix graphics driver --- sortix.c | 5 ++++- tix.port | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sortix.c b/sortix.c index 5441706..bfe12de 100644 --- a/sortix.c +++ b/sortix.c @@ -4,6 +4,9 @@ #include "links.h" -struct graphics_driver sortix_driver; +struct graphics_driver sortix_driver = +{ + "sortix" +}; #endif /* GRDRV_SORTIX */ diff --git a/tix.port b/tix.port index 8acbc25..f9d5c98 100644 --- a/tix.port +++ b/tix.port @@ -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