https://bugzilla.redhat.com/show_bug.cgi?id=1476584
--- Comment #4 from Robert-André Mauchin <[email protected]> --- Also, you could use pkgconfig to handle your -devel dependencies. If you don't know what's the pkgconfig name for a -devel, just search for it with dnf. For example: >$dnf repoquery -l deepin-tool-kit-devel | grep ".pc" >/usr/lib64/pkgconfig/dtkbase.pc >/usr/lib64/pkgconfig/dtkutil.pc >/usr/lib64/pkgconfig/dtkwidget.pc >/usr/lib64/pkgconfig/dtkbase.pc >/usr/lib64/pkgconfig/dtkutil.pc >/usr/lib64/pkgconfig/dtkwidget.pc >/usr/lib64/pkgconfig/dtkbase.pc >/usr/lib64/pkgconfig/dtkutil.pc >/usr/lib64/pkgconfig/dtkwidget.pc so you can add: pkgconfig(dtkbase) as a BR -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
