1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

build/linux: On 3.0 series only, bundle all random typelibs

Following 65d51a7e
This commit is contained in:
Bruno Lopes
2025-10-03 18:58:08 -03:00
parent 5edbb073e2
commit 25c9fcf382

View File

@@ -385,6 +385,7 @@ fi
bund_usr "$GIMP_PREFIX" "bin/gimp-debug-tool*" --dest "libexec"
### Introspected plug-ins
bund_usr "$GIMP_PREFIX" "lib/girepository-*/*.typelib"
bund_usr "$UNIX_PREFIX" "lib/girepository-*/*.typelib"
conf_app GI_TYPELIB_PATH "${LIB_DIR}/${LIB_SUBDIR}girepository-*"
#### Python plug-ins support
bund_usr "$UNIX_PREFIX" "bin/python*"