Skip to content

Commit

Permalink
Merge pull request #85 from imjasonh/fix-libice
Browse files Browse the repository at this point in the history
fix erroneus libice-static definitions
  • Loading branch information
luhring authored Nov 7, 2022
2 parents c8ea11b + 8e4ff0b commit e9cd19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions freetype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pipeline:
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libice-static
description: libice static library
- name: freetype-static
description: freetype static library
pipeline:
- uses: split/static
- name: freetype-dev
Expand Down
4 changes: 2 additions & 2 deletions libpng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ subpackages:
pipeline:
- uses: split/manpages
description: libpng manpages
- name: libice-static
description: libice static library
- name: libpng-static
description: libpng static library
pipeline:
- uses: split/static
- name: libpng-utils
Expand Down

0 comments on commit e9cd19b

Please sign in to comment.