Skip to content
Snippets Groups Projects
Commit 202f2146 authored by jwendt's avatar jwendt
Browse files

only deactivate on Linux, since the option is removed for anything else

parent 0acba6ab
No related branches found
No related tags found
1 merge request!92Feature/#302 #306 update conan dependencies
...@@ -51,6 +51,7 @@ class ProjectPhoenix(ConanFile): ...@@ -51,6 +51,7 @@ class ProjectPhoenix(ConanFile):
self.options["freeimage"].shared = True self.options["freeimage"].shared = True
self.options["glew"].shared = True self.options["glew"].shared = True
self.options["gl"].shared = False self.options["gl"].shared = False
if self.settings.os == "Linux":
self.options["sdl2"].alsa = False self.options["sdl2"].alsa = False
def imports(self): def imports(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment