1 Commits

2 changed files with 0 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:028552eb8f2a37c6effda88ee5e8f6d87b5d9601182ddec784a9728865f821e0
size 4272940

View File

@@ -1,17 +0,0 @@
---
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/src/meson.build
===================================================================
--- a/src/meson.build
+++ b/src/meson.build
@@ -21,7 +21,7 @@ sources = [
'writer.c'
]
-libsixel = both_libraries('sixel',
+libsixel = shared_library('sixel',
sources,
include_directories: [inc, inc_config],
dependencies: libsixel_deps,