forked from pool/libsixel
A C encoder/decoder implementation for SIXEL graphics. It is supported by i.e. mpv and recently Konsole. OBS-URL: https://build.opensuse.org/request/show/955925 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsixel?expand=0&rev=1
18 lines
424 B
Diff
18 lines
424 B
Diff
---
|
|
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,
|