summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-3
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-03 21:55:53 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-03 21:55:53 +0000
commit8fd610bff97c93953b45fc3f927705c374e5fb7a (patch)
tree69529be0fe67ba65c097676c700d3d3650d9d46c /pkgs/development/libraries/qt-3
parenteadf38f8de8be122d8b9a98b6feb41a8b686ba59 (diff)
downloadnixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar.gz
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar.bz2
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar.lz
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar.xz
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.tar.zst
nixpkgs-8fd610bff97c93953b45fc3f927705c374e5fb7a.zip
* Fixed Qt 3.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18083
Diffstat (limited to 'pkgs/development/libraries/qt-3')
-rw-r--r--pkgs/development/libraries/qt-3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qt-3/default.nix b/pkgs/development/libraries/qt-3/default.nix
index e1bc3f89741..64b984c3f3a 100644
--- a/pkgs/development/libraries/qt-3/default.nix
+++ b/pkgs/development/libraries/qt-3/default.nix
@@ -2,7 +2,7 @@
 , xftSupport ? true, libXft ? null
 , xrenderSupport ? true, libXrender ? null
 , xrandrSupport ? true, libXrandr ? null, randrproto ? null
-, xineramaSupport ? true, libXinerama ? null, xineramaproto ? null
+, xineramaSupport ? true, libXinerama ? null
 , cursorSupport ? true, libXcursor ? null
 , threadSupport ? true
 , mysqlSupport ? true, mysql ? null
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
     ${if xrandrSupport then "-xrandr
       -L${libXrandr}/lib -I${libXrandr}/include
       -I${randrproto}/include" else "-no-xrandr"}
-    ${if xineramaSupport then "-xinerama -L${libXinerama}/lib -I${xineramaproto}/include" else "-no-xinerama"}
+    ${if xineramaSupport then "-xinerama -L${libXinerama}/lib -I${libXinerama}/include" else "-no-xinerama"}
     ${if cursorSupport then "-L${libXcursor}/lib -I${libXcursor}/include" else ""}
     ${if mysqlSupport then "-qt-sql-mysql -L${mysql}/lib/mysql -I${mysql}/include/mysql" else ""}
     ${if xftSupport then "-xft