Skip to content

Commit 58606b9

Browse files
committed
Fix fontsproto split by keeping headers in main package (wolfi-dev#44859)
1 parent e8911dc commit 58606b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fontsproto.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ package:
55
description: X.org fontsproto
66
copyright:
77
- license: MIT-open-group
8+
contents:
9+
- usr/include/X11/fonts/FS.h
10+
- usr/include/X11/fonts/FSproto.h
11+
- usr/include/X11/fonts/font.h
12+
- usr/include/X11/fonts/fontproto.h
13+
- usr/include/X11/fonts/fontstruct.h
14+
- usr/include/X11/fonts/fsmasks.h
15+
- usr/share/doc/fontsproto/fsproto.xml
816

917
environment:
1018
contents:
@@ -35,6 +43,10 @@ subpackages:
3543
pipeline:
3644
- uses: split/dev
3745
test:
46+
environment:
47+
contents:
48+
packages:
49+
- build-base
3850
pipeline:
3951
- uses: test/pkgconf
4052

0 commit comments

Comments
 (0)