Reviewing merge request #7: Link against X11 libs.
This makes kamoso able to build with binutils gold.
Commits that would be merged:
Fetching commit diffs…

Showing
Showing 3155078-cd2cb4a
How to apply this merge request to your repository
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/7
# Fetch the merge request into this branch
git pull \
git://gitorious.org/kamoso/mainline.git \
refs/merge-requests/7
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit stable..merge-requests/7
# To apply the changes to your branch:
git checkout stable
git merge merge-requests/7
git push origin stable
Add a new comment:
Login or create an account to post a comment