1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/libpeas2/disable-extension-c-py.patch
2025-05-13 09:41:02 +02:00

27 lines
731 B
Diff

--- a/tests/libpeas/meson.build
+++ b/tests/libpeas/meson.build
@@ -1,7 +1,6 @@
libpeas_tests_sources = [
['engine'],
- ['extension-c'],
['extension-set'],
['plugin-info'],
]
@@ -16,16 +15,6 @@ if build_lua51_loader == true
libpeas_tests_sources += [['extension-lua', [lua51_dep, luajit_dep]]]
endif
-if build_python3_loader == true
- libpeas_tests_sources += [['extension-py', [python3_dep, pygobject_dep]]]
-
- libpeas_tests_c_args += [
- '-DPYGOBJECT_MAJOR_VERSION=@0@'.format(pygobject_version_major),
- '-DPYGOBJECT_MINOR_VERSION=@0@'.format(pygobject_version_minor),
- '-DPYGOBJECT_MICRO_VERSION=@0@'.format(pygobject_version_micro),
- ]
-endif
-
subdir('introspection')
subdir('testing')