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

[cmake] fix building when fribidi was built with glib #11116

Merged
merged 1 commit into from
Dec 11, 2016

Conversation

wsnipex
Copy link
Member

@wsnipex wsnipex commented Dec 11, 2016

Description

If fribidi was built with glib we must use correct cflags

Motivation and Context

fixes http://trac.kodi.tv/ticket/17107

How Has This Been Tested?

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@wsnipex
Copy link
Member Author

wsnipex commented Dec 11, 2016

jenkins build this please

endif()
endif()

mark_as_advanced(FRIBIDI_INCLUDE_DIR FRIBIDI_LIBRARY)
mark_as_advanced(FRIBIDI_INCLUDE_DIR FRIBIDI_LIBRARY FRIBIDI_DEFINITIONS)

This comment was marked as spam.

@tamland
Copy link
Member

tamland commented Dec 11, 2016

works for me now, thanks!

@wsnipex wsnipex merged commit 858eae5 into xbmc:master Dec 11, 2016
@MartijnKaijser MartijnKaijser modified the milestone: L 18.0-alpha1 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants