Skip to content

Commit

Permalink
More SDL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 30, 2023
1 parent 53968da commit f27dec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def configure(self):
self.options["cairo"].with_glib = False

if self.settings.os != "Linux":
self.options["cairo"].alsa = False
self.options["cairo"].pulse = False
self.options["cairo"].vulkan = False
self.options["sdl"].alsa = False
self.options["sdl"].pulse = False
self.options["sdl"].vulkan = False

def imports(self):
src = "res/bindings"
Expand Down

0 comments on commit f27dec0

Please sign in to comment.