mirror of https://github.com/GNOME/gimp.git
Issue #13367: set Mesa drivers on Continuous appimage from stable series.
Partially reverts 3bbcdbd325
This commit is contained in:
parent
87cfc65ab6
commit
b303b6e20b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue