summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/meson.build b/src/meson.build
index 8a643f1a..a9bd2e37 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -628,12 +628,6 @@ if get_option('gtk3')
]
endif
-if get_option('sixel')
- test_units += [
- ['sixel', test_sixel],
- ]
-endif
-
foreach test: test_units
test(
test[0],