pkg-config integration #9

Closed
opened 2026-03-23 10:30:32 -06:00 by sfrembling · 0 comments
Owner

Add support for declaring system library dependencies in Pallet.toml via pkg-config. When building, Pallet would call pkg-config --cflags --libs for each declared dependency and inject the result into the compiler invocation automatically, removing the need to manually track include paths and linker flags.

Requires pkg-config to be installed on the host system.

Add support for declaring system library dependencies in Pallet.toml via pkg-config. When building, Pallet would call pkg-config --cflags --libs for each declared dependency and inject the result into the compiler invocation automatically, removing the need to manually track include paths and linker flags. Requires pkg-config to be installed on the host system.
sfrembling added the enhancement label 2026-03-23 10:30:32 -06:00
sfrembling added this to the v1.1.0 milestone 2026-03-23 11:40:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sfrembling/pallet#9