diff options
| author | Jack Nagel | 2014-11-13 20:02:54 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-13 20:02:54 -0600 |
| commit | 76194adbf9f709ce60ce5874b5b31784b170637a (patch) | |
| tree | 13d3e82d85d103e85fbcb058a97feb1151e86caa /Library | |
| parent | e1b38651424af7d1ef0c0aac6724b4037f491a48 (diff) | |
| download | homebrew-76194adbf9f709ce60ce5874b5b31784b170637a.tar.bz2 | |
sdl: add deprecation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdl.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index bc214eecd..4edd328b4 100644 --- a/Library/Formula/sdl.rb +++ b/Library/Formula/sdl.rb @@ -24,6 +24,8 @@ class Sdl < Formula option 'with-x11', 'Compile with support for X11 video driver' option :universal + deprecated_option "with-x11-driver" => "with-x11" + depends_on :x11 => :optional if build.with? 'x11' |
