aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
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
parent20bb412c6e311d1c60955847e8e6fd85272b21ae (diff)
downloadhomebrew-e3698d1986d3bfaaec72d5b2b73f269faf6da0ba.tar.bz2
qt, qt5: remove legacy X11 cruft
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
-rw-r--r--Library/Formula/qt5.rb2
2 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 1d57377bd..6234d77ed 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -36,8 +36,6 @@ class Qt < Formula
"-nomake", "demos", "-nomake", "examples",
"-cocoa", "-fast", "-release"]
- args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed?
-
if ENV.compiler == :clang
args << "-platform"
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'