-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fltk: add version 1.4.1 #26083
base: master
Are you sure you want to change the base?
fltk: add version 1.4.1 #26083
Conversation
if Version(self.version) >= "1.4.0": | ||
self.cpp_info.system_libs.append("ws2_32") |
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.
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.
ws2_32
is added to FLTK_LDLIBS
. link
FLTK_LDLIBS
is used to generate LIBS
variables. link
LIBS
variable is used in fltk-config.in.
In hand install situation, fltk-config
is used to compile and link user program. (ex. g++ fltk-config --libs
xxx.cpp)
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.
Sorry, I misclick with the approval 😄
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.
LGTM Thanks for the explanation!
Thanks, I'm interested in this package too, but at first look I believe there will be problems. This document has a list of the name changes: |
@d-musique |
@d-musique |
No because I'm not a reviewer, just a tourist passing by 😺 |
@d-musique |
Summary
Changes to recipe: fltk/1/4.1
Motivation
There are lots of new features in 1.4.1.
Try to close #26041.
Details
fltk/fltk@release-1.3.9...release-1.4.1