Issue #13367: set Mesa drivers on Continuous appimage from stable series.

Partially reverts 3bbcdbd325
This commit is contained in:
Bruno Lopes 2025-04-06 17:13:51 -03:00 committed by Bruno
parent 87cfc65ab6
commit b303b6e20b
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ if [ "$GIMP_UNSTABLE" ] || [ -z "$GIMP_RELEASE" ]; then
bund_usr "$UNIX_PREFIX" "lib/libEGL*"
bund_usr "$UNIX_PREFIX" "lib/libGL*"
bund_usr "$UNIX_PREFIX" "lib/dri*"
#TODO: remove this on Debian Trixie (which have Mesa 24.2)
conf_app LIBGL_DRIVERS_PATH "${LIB_DIR}/${LIB_SUBDIR}dri"
fi
### Debug dialog
bund_usr "$GIMP_PREFIX" "bin/gimp-debug-tool*" --dest "libexec"