This commit is contained in:
Gwenhael Le Moine 2024-02-24 14:34:13 +01:00
parent b89d8d3036
commit e78171881b
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -255,9 +255,9 @@ EOF
# Tag packages that use a toolkit other than default (currently gtk3):
if [ -z "$UI" ] && [ -n "$X_TOOLKIT" ]; then
if [ "$PGTK_OPTION" = "--with-pgtk" ]; then
UI="_pgtk"
UI="pgtk"
else
UI="_$X_TOOLKIT"
UI="$X_TOOLKIT"
fi
fi