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

Setup/Unix/pkgconfig/clanXML.pc.in: Name false #121

Closed
BlackMage2 opened this issue Mar 17, 2022 · 3 comments
Closed

Setup/Unix/pkgconfig/clanXML.pc.in: Name false #121

BlackMage2 opened this issue Mar 17, 2022 · 3 comments

Comments

@BlackMage2
Copy link

The name in Setup/Unix/pkgconfig/clanXML.pc.in is false. on line 8 is written: Name: clanUI. What is not true..

@BlackMage2
Copy link
Author

BlackMage2 commented Mar 17, 2022

Here is a patch for this:
`
--- Setup/Unix/pkgconfig/clanXML.pc.in.orig 2022-03-17 11:40:11.904434393 +0100
+++ Setup/Unix/pkgconfig/clanXML.pc.in 2022-03-17 11:32:29.626098144 +0100
@@ -5,7 +5,7 @@
libdir=@libdir@
includedir=${prefix}/include/ClanLib-@LT_RELEASE@

-Name: clanUI
+Name: clanXML
Description: XML support for ClanLib
Version: @Version@
Requires: clanCore-@LT_RELEASE@ = @Version@
`

@rombust
Copy link
Collaborator

rombust commented Mar 17, 2022

Well spotted !!! Fixed. Thank you.

@BlackMage2
Copy link
Author

fixed in commit b5042f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants