-
Notifications
You must be signed in to change notification settings - Fork 240
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
Rename fix and add pkgconfig files #377
Conversation
LGTM, only minor comments.
Anyways: Thanks! |
3255192
to
b91e27c
Compare
Missed the notification.
Fine by me. I don't need it myself. Removed.
Agree and reworded. Also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In commit message for "libteeacl: add pkgconfig file: teeacl.pc": s/it's/its/
b91e27c
to
3f4ea2d
Compare
fixed, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acked-by: Etienne Carriere <[email protected]>
FWIW.
Switch naming convention of the pkgconfig metadata file use the plain namespec without the lib prefix. While both forms are permitted, the man page of pkg-config[1] has more examples of metadata files without a lib prefix. Similarly the uuid metadata file that teeacl uses to link is named simply `uuid.pc`. Additionally the lib prefix does not provide extra information, and long lists of pkgconfig metadata files are easier to read with just the plain namespec. [1]: https://linux.die.net/man/1/pkg-config Signed-off-by: Eero Aaltonen <[email protected]> Acked-by: Jerome Forissier <[email protected]> Acked-by: Etienne Carriere <[email protected]>
pkg-config --static --libs includes the libraries specified in Libs, so there's no need to repeat them in Libs.private. Signed-off-by: Eero Aaltonen <[email protected]> Acked-by: Jerome Forissier <[email protected]> Acked-by: Etienne Carriere <[email protected]>
Add a pkgconfig file to libteeacl, so that the library and its headers can be found from wherever they have been installed. Signed-off-by: Eero Aaltonen <[email protected]> Acked-by: Jerome Forissier <[email protected]> Acked-by: Etienne Carriere <[email protected]>
3f4ea2d
to
8475993
Compare
acked-by, thanks. |
Rename libteec pkgconfig file, add backwards compatiblity option and drop redundant flag.
Add pkgconfig file for libteeacl.
Note: The URL field in the generated pkgconfig-file is now empty for both
teeacl.pc
andteec.pc
. I kept it for now, but it could be either be removed altogether or populated.