1
Fork 0

cdbus-1.pc.in: Add "Requires: dbus-1"

This way, programs like jackdbus and ladish can simply depend on cdbus-1,
instead of dbus-1 and cdbus-1

Kudos to ztrawhcse for the insight
This commit is contained in:
Nedko Arnaudov 2023-09-03 19:02:40 +03:00
parent 32cb2e2519
commit dd9f11224c
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ Version: 1.0.0
Libs: -L${libdir} -lcdbus
Libs.static:
Cflags: -I${includedir}/cdbus-1
Requires: dbus-1