summaryrefslogtreecommitdiff
path: root/media-libs/libsixel/files/libsixel-static-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libsixel/files/libsixel-static-libs.patch')
-rw-r--r--media-libs/libsixel/files/libsixel-static-libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/libsixel/files/libsixel-static-libs.patch b/media-libs/libsixel/files/libsixel-static-libs.patch
new file mode 100644
index 000000000000..5184debb2b68
--- /dev/null
+++ b/media-libs/libsixel/files/libsixel-static-libs.patch
@@ -0,0 +1,11 @@
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -21,7 +21,7 @@
+ 'writer.c'
+ ]
+
+-libsixel = both_libraries('sixel',
++libsixel = shared_library('sixel',
+ sources,
+ include_directories: [inc, inc_config],
+ dependencies: libsixel_deps,