Skip to content
Snippets Groups Projects
Commit 48277b47 authored by jwendt's avatar jwendt
Browse files

deactivate more sdl components

parent 202f2146
No related branches found
No related tags found
1 merge request!92Feature/#302 #306 update conan dependencies
......@@ -53,6 +53,10 @@ class ProjectPhoenix(ConanFile):
self.options["gl"].shared = False
if self.settings.os == "Linux":
self.options["sdl2"].alsa = False
self.options["jack"].jack = False
self.options["pulse"].jack = False
self.options["esd"].jack = False
self.options["arts"].jack = False
def imports(self):
self.copy("*.dll", dst="lib", src="bin")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment