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

lcdd: fix cross-compile breakage #3473

Merged
merged 2 commits into from
May 1, 2019
Merged

lcdd: fix cross-compile breakage #3473

merged 2 commits into from
May 1, 2019

Conversation

MilhouseVH
Copy link
Contributor

lcdd currently fails to build if the build host has libfreetype6-dev installed as -I/usr/include/freetype2 is then added during the lcdd build due to the incorrect prefix in freetype2.pc (from the freertype package).

Can't set --prefix=$SYSROOT_PREFIX/usr as this creates sysroot-within-sysroot, so
patch it into freetype2.pc.

Once freetype2 is using the correct prefix we can drop the CFLAGS workaround from lcdd.
@CvH CvH merged commit 2b408b6 into LibreELEC:master May 1, 2019
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.

2 participants