Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg-config .pc #694

Closed
ast opened this issue Feb 10, 2018 · 1 comment
Closed

pkg-config .pc #694

ast opened this issue Feb 10, 2018 · 1 comment

Comments

@ast
Copy link

ast commented Feb 10, 2018

mosquitto should really have a pkg-config file. Something like this would be enough:

prefix=/usr/local
libdir=${prefix}/lib
includedir=${prefix}/include

Name: mosquitto
Description: An open source MQTT 3.1 broker
Version: 1.4.14
Libs: -L${libdir} -lmosquitto
Cflags: -I${includedir}
@ralight
Copy link
Contributor

ralight commented Apr 26, 2019

A pkg-config file has been in the repo for a while now, so I'm closing this. Thanks very much!

@ralight ralight closed this as completed Apr 26, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants