qt48: minimize default dependencies on non-Linux
This commit is contained in:
parent
98436616a5
commit
3cba755596
@ -5,8 +5,8 @@
|
||||
, libtiff, glib, icu
|
||||
, mysql, postgresql, sqlite
|
||||
, perl, coreutils, libXi
|
||||
, buildMultimedia ? true, alsaLib, gstreamer, gst_plugins_base
|
||||
, buildWebkit ? true
|
||||
, buildMultimedia ? stdenv.isLinux, alsaLib, gstreamer, gst_plugins_base
|
||||
, buildWebkit ? stdenv.isLinux
|
||||
, flashplayerFix ? false, gdk_pixbuf
|
||||
, gtkStyle ? false, libgnomeui, gtk, GConf, gnome_vfs
|
||||
, developerBuild ? false
|
||||
|
@ -5069,6 +5069,7 @@ let
|
||||
qt48 = callPackage ../development/libraries/qt-4.x/4.8 {
|
||||
# GNOME dependencies are not used unless gtkStyle == true
|
||||
inherit (pkgs.gnome) libgnomeui GConf gnome_vfs;
|
||||
cups = if stdenv.isLinux then cups else null;
|
||||
};
|
||||
|
||||
qt48Full = callPackage ../development/libraries/qt-4.x/4.8 {
|
||||
|
Loading…
Reference in New Issue
Block a user