diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
commit | 739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch) | |
tree | 09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /extra/rofi/scrollbar-test.patch | |
parent | 4c585ad54388285500fd18a6aaa516894e0f2c16 (diff) |
moved everything to new file formatting
Diffstat (limited to 'extra/rofi/scrollbar-test.patch')
-rw-r--r-- | extra/rofi/scrollbar-test.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/rofi/scrollbar-test.patch b/extra/rofi/scrollbar-test.patch deleted file mode 100644 index 40f9dec..0000000 --- a/extra/rofi/scrollbar-test.patch +++ /dev/null @@ -1,31 +0,0 @@ -Subject: the test fails on x86 - -diff --git a/meson.build b/meson.build -index 6e1105a..f707cd9 100644 ---- a/meson.build -+++ b/meson.build -@@ -345,24 +345,6 @@ test('box test', executable('box.test', [ - dependencies: deps, - )) - --test('scrollbar test', executable('scrollbar.test', [ -- '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', -- ]), -- dependencies: deps, --)) -- - test('textbox test', executable('textbox.test', [ - 'test/textbox-test.c', - theme_parser, |