aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-11-13 20:02:54 -0600
committerJack Nagel2014-11-13 20:02:54 -0600
commit76194adbf9f709ce60ce5874b5b31784b170637a (patch)
tree13d3e82d85d103e85fbcb058a97feb1151e86caa /Library/Formula
parente1b38651424af7d1ef0c0aac6724b4037f491a48 (diff)
downloadhomebrew-76194adbf9f709ce60ce5874b5b31784b170637a.tar.bz2
sdl: add deprecation
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl.rb2
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'