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

dropbox: 3.12.4 -> 3.12.5; libGL fix #11835

Closed
wants to merge 2 commits into from

Conversation

bendlas
Copy link
Contributor

@bendlas bendlas commented Dec 19, 2015

No description provided.

This fixes pyqt for cases where libGL is not on LD_LIBRARY_PATH, e.g. with
plain nixpkgs. fixes NixOS#11728
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @ttuegel, @amiddelk and @edolstra to be potential reviewers

@bendlas bendlas mentioned this pull request Dec 19, 2015
@ttuegel
Copy link
Member

ttuegel commented Dec 19, 2015

@bendlas Thanks, I was just about to start working on this myself! :)

'';
## FIXME: should libGL be on RPATH of qt, instead of being wrapped here?
Copy link
Member

Choose a reason for hiding this comment

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

@bendlas The answer to this question is "no," because Qt loads libGL dynamically (dlopen). Not all features of Qt require it, and upstream wants it to work even if libGL can't be found at runtime. However, I should suffix it to Qt's default LD_LIBRARY_PATH.

@ttuegel
Copy link
Member

ttuegel commented Dec 19, 2015

I already committed the Dropbox update and libGL fix to stable. For master, I am going to fix Qt's libGL issue, so I will push the Dropbox update only.

@ttuegel ttuegel closed this Dec 19, 2015
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.

3 participants