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

Use fltk-config to avoid static library #2754

Merged
merged 1 commit into from
May 4, 2016
Merged

Conversation

jasp00
Copy link
Member

@jasp00 jasp00 commented May 4, 2016

This should fix the problem @midi-pascal has in #2749.

@jasp00
Copy link
Member Author

jasp00 commented May 4, 2016

Builds fixed.


SET(FLTK_FILTERED_LDFLAGS ${FLTK_LIBRARIES})
FIND_PROGRAM(FLTK_CONFIG fltk-config)
IF(FLTK_CONFIG AND NOT (LMMS_BUILD_APPLE OR LMMS_BUILD_WIN32))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasp00 Thanks!

Can we get a small comment in the file about why this is required.... e.g. Remove unnecessary X11 linking or whatever the original issue description/pr description was?

@zonkmachine
Copy link
Member

This should fix the problem @midi-pascal has in #2749.

I had the same issue and it looks like #2754 fixes this.

@tresf
Copy link
Member

tresf commented May 4, 2016

I've reviewed this and it looks fine, but first I think we should put a comment in the source code about what the purpose of this is. 👍 Once that's done, please feel free to merge.

@jasp00
Copy link
Member Author

jasp00 commented May 4, 2016

Commented.

@midi-pascal
Copy link
Contributor

👍

@tresf tresf merged commit d0107a7 into LMMS:master May 4, 2016
@jasp00 jasp00 deleted the useless-deps branch May 4, 2016 22:48
@jasp00 jasp00 mentioned this pull request May 6, 2016
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

Successfully merging this pull request may close these issues.

4 participants