aboutsummaryrefslogtreecommitdiffstats
path: root/community/rofi/scrollbar-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rofi/scrollbar-test.patch')
-rw-r--r--community/rofi/scrollbar-test.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/rofi/scrollbar-test.patch b/community/rofi/scrollbar-test.patch
index cb480a7bcec..f5fed3d2f5b 100644
--- a/community/rofi/scrollbar-test.patch
+++ b/community/rofi/scrollbar-test.patch
@@ -1,8 +1,10 @@
+Subject: the test fails on x86
+
diff --git a/meson.build b/meson.build
-index db764c7..c1d29e9 100644
+index d260032..3df0596 100644
--- a/meson.build
+++ b/meson.build
-@@ -328,22 +328,6 @@ test('box test', executable('box.test', [
+@@ -363,24 +363,6 @@ test('box test', executable('box.test', [
dependencies: deps,
))
@@ -10,11 +12,13 @@ index db764c7..c1d29e9 100644
- 'test/scrollbar-test.c',
- theme_parser,
- theme_lexer,
+- default_theme,
- ],
- objects: rofi.extract_objects([
- 'source/widgets/widget.c',
- 'source/widgets/scrollbar.c',
- 'source/theme.c',
+- 'source/css-colors.c',
- 'source/rofi-types.c',
- 'source/css-colors.c',
- 'config/config.c',
@@ -25,4 +29,3 @@ index db764c7..c1d29e9 100644
test('textbox test', executable('textbox.test', [
'test/textbox-test.c',
theme_parser,
-