From db1a50c77fa34c7373031217e9d25861990b9c89 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 | 2 +- 2 files changed, 5 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..7601ca2 100644 --- a/tix.port +++ b/tix.port @@ -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