Skip to content

Commit

Permalink
sdl2: remove default dependency on nas
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Mar 15, 2023
1 parent 291f5c0 commit 6d067fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sdl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SDLConan(ConanFile):
"jack": False,
"pulse": True,
"sndio": False,
"nas": True,
"nas": False,
"esd": False,
"arts": False,
"x11": True,
Expand Down

0 comments on commit 6d067fb

Please sign in to comment.