glib: fix pre phases
*Phases are strings, not arrays.
This commit is contained in:
parent
1531fd7351
commit
d51897e439
@ -11,7 +11,7 @@ addEnvHooks "$hostOffset" make_glib_find_gsettings_schemas
|
|||||||
glibPreInstallPhase() {
|
glibPreInstallPhase() {
|
||||||
installFlagsArray+=("gsettingsschemadir=${!outputLib}/share/gsettings-schemas/$name/glib-2.0/schemas/")
|
installFlagsArray+=("gsettingsschemadir=${!outputLib}/share/gsettings-schemas/$name/glib-2.0/schemas/")
|
||||||
}
|
}
|
||||||
preInstallPhases+=(glibPreInstallPhase)
|
preInstallPhases+=" glibPreInstallPhase"
|
||||||
|
|
||||||
glibPreFixupPhase() {
|
glibPreFixupPhase() {
|
||||||
# Move gschemas in case the install flag didn't help
|
# Move gschemas in case the install flag didn't help
|
||||||
@ -22,5 +22,4 @@ glibPreFixupPhase() {
|
|||||||
|
|
||||||
addToSearchPath GSETTINGS_SCHEMAS_PATH "${!outputLib}/share/gsettings-schemas/$name"
|
addToSearchPath GSETTINGS_SCHEMAS_PATH "${!outputLib}/share/gsettings-schemas/$name"
|
||||||
}
|
}
|
||||||
preFixupPhases+=(glibPreFixupPhase)
|
preFixupPhases+=" glibPreFixupPhase"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user