File: install-image

package info (click to toggle)
pyatspi 2.57.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 840 kB
  • sloc: ansic: 3,506; python: 3,239; xml: 408; sh: 49; makefile: 39
file content (16 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://gitlab.gnome.org/GNOME/pyatspi2/-/merge_requests/36

---
 pyatspi/meson.build |    1 +
 1 file changed, 1 insertion(+)

--- a/pyatspi/meson.build
+++ b/pyatspi/meson.build
@@ -12,6 +12,7 @@ lib_sources = [
   'document.py',
   'editabletext.py',
   'hypertext.py',
+  'image.py',
   'interface.py',
   'registry.py',
   'role.py',