Skip to content

Commit

Permalink
add dependency on pixman and FriBidi
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Mar 12, 2024
1 parent bdcc586 commit 3f602e7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies = [
('LibTIFF', '4.2.0'),
('LittleCMS', '2.12'),
('Pango', '1.48.5'),
('pixman', 0.40.0'),
('FriBidi', '1.0.10'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.3.0'),
('LittleCMS', '2.13.1'),
('Pango', '1.50.7'),
('pixman', '0.40.0'),
('FriBidi', '1.0.12'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.3.0'),
('LittleCMS', '2.12'),
('Pango', '1.48.8'),
('pixman', '0.40.0'),
('FriBidi', '1.0.10'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.4.0'),
('LittleCMS', '2.14'),
('Pango', '1.50.12'),
('pixman', '0.42.2'),
('FriBidi', '1.0.12'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies = [
('LibTIFF', '4.5.0'),
('LittleCMS', '2.15'),
('Pango', '1.50.14'),
('pixman', '0.42.2'),
('FriBidi', '1.0.12'),
]

configopts = "--with-gslib --with-x"
Expand Down

0 comments on commit 3f602e7

Please sign in to comment.