Skip to content

Commit

Permalink
Add Alexandrie-HarfbuzzCairo to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Oct 19, 2023
1 parent 8f5b10d commit c0c4a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BaselineOfAlexandrie/BaselineOfAlexandrie.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
#category : #BaselineOfAlexandrie
}

{ #category : #baseline }
{ #category : #baselines }
BaselineOfAlexandrie >> baseline: spec [
<baseline>

Expand Down Expand Up @@ -39,6 +39,8 @@ BaselineOfAlexandrie >> baseline: spec [
with: [ spec requires: #('Alexandrie-FreeType') ];
package: 'Alexandrie-Harfbuzz-Tests'
with: [ spec requires: #('Alexandrie-Harfbuzz' 'Alexandrie-FreeType-Tests') ];
package: 'Alexandrie-HarfbuzzCairo'
with: [ spec requires: #('Alexandrie-Harfbuzz' 'Alexandrie-Cairo') ];

package: 'Alexandrie-Canvas'
with: [ spec requires: #('Alexandrie-Cairo' 'Alexandrie-FreeType' 'Alexandrie-Harfbuzz') ];
Expand Down

0 comments on commit c0c4a56

Please sign in to comment.