Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Added X11Extras to package_info().
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Feb 19, 2018
1 parent 7b4ba78 commit 0a80e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def package_info(self):
libs = ['Concurrent', 'Core', 'DBus',
'Gui', 'Network', 'OpenGL',
'Sql', 'Test', 'Widgets', 'Xml']
if self.options.x11extras:
if self.settings.os == "Linux" and self.options.x11extras:
libs += ['X11Extras']

self.cpp_info.libs = []
Expand Down

0 comments on commit 0a80e74

Please sign in to comment.