Skip to content

Commit

Permalink
add *_config pattern to split/dev pipeline
Browse files Browse the repository at this point in the history
This will aid in developing mysql package `-dev` variants. MySQL ships with `mysql_config` for its pkgconfig-style tool.

Signed-off-by: joe miller <joeym@joeym.net>
  • Loading branch information
joemiller authored Dec 7, 2023
1 parent f2f7be8 commit d142873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/split/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline:
[ -d lib/ ] && libdirs="lib/ $libdirs"
for i in usr/include usr/lib/pkgconfig usr/share/pkgconfig \
usr/share/aclocal usr/share/gettext \
usr/bin/*-config usr/share/vala/vapi \
usr/bin/*-config usr/bin/*_config usr/share/vala/vapi \
usr/share/gir-[0-9]* usr/share/qt*/mkspecs \
usr/lib/qt*/mkspecs usr/lib/cmake \
usr/lib/glade/modules usr/share/glade/catalogs \
Expand Down

0 comments on commit d142873

Please sign in to comment.