File: use_system_atk_adaptor.patch

package info (click to toggle)
at-spi2-core 2.46.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,972 kB
  • sloc: ansic: 43,437; xml: 1,572; python: 243; sh: 239; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/at-spi2-atk/meson.build b/tests/at-spi2-atk/meson.build
index 4207fad..63b6e1d 100644
--- a/tests/at-spi2-atk/meson.build
+++ b/tests/at-spi2-atk/meson.build
@@ -11,6 +11,8 @@ testutils = static_library('testutils', [ 'atk_test_util.c' ],
                            c_args: ['-DTESTS_BUILD_DIR="@0@"'.format(meson.current_build_dir()) ] )
 testutils_dep = declare_dependency(link_with: testutils)
 
+libatk_bridge_dep = dependency('atk-bridge-2.0')
+
 # tests:
 #  - name
 #  - sources