aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt5.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-07 10:25:23 -0500
committerJack Nagel2014-05-07 10:25:23 -0500
commite3698d1986d3bfaaec72d5b2b73f269faf6da0ba (patch)
tree756c0ced3103b4d7cef9f4c5746f5096c870d92f /Library/Formula/qt5.rb
parent20bb412c6e311d1c60955847e8e6fd85272b21ae (diff)
downloadhomebrew-e3698d1986d3bfaaec72d5b2b73f269faf6da0ba.tar.bz2
qt, qt5: remove legacy X11 cruft
Diffstat (limited to 'Library/Formula/qt5.rb')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 325ab4f1d..c788e313d 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -63,8 +63,6 @@ class Qt5 < Formula
# https://bugreports.qt-project.org/browse/QTBUG-34382
args << "-no-xcb"
- args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed?
-
args << "-plugin-sql-mysql" if build.with? 'mysql'
if build.with? 'd-bus'