summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-10-07 01:07:49 +0100
committeradisbladis <adisbladis@gmail.com>2019-10-07 01:19:34 +0100
commit5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc (patch)
tree6b442f662c39ed22bff47b376bcf8f2e12655889 /pkgs/development/libraries/qt-5
parentdc322c76d6105d2f4c5d2a267707a6a989cbb5fd (diff)
downloadnixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar.gz
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar.bz2
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar.lz
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar.xz
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.tar.zst
nixpkgs-5ade6ec79ef9af8ee5901f65394cb55f9ec74ddc.zip
qt5.qtbase: Build all QPA backends by default
Diffstat (limited to 'pkgs/development/libraries/qt-5')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtbase.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtbase.nix b/pkgs/development/libraries/qt-5/modules/qtbase.nix
index 3a0c9085f54..d1ec209c95d 100644
--- a/pkgs/development/libraries/qt-5/modules/qtbase.nix
+++ b/pkgs/development/libraries/qt-5/modules/qtbase.nix
@@ -221,7 +221,6 @@ stdenv.mkDerivation {
   # To prevent these failures, we need to override PostgreSQL detection.
   PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
 
-  # -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa
   # TODO Remove obsolete and useless flags once the build will be totally mastered
   configureFlags =
     [
@@ -328,11 +327,6 @@ stdenv.mkDerivation {
 
           "-libinput"
 
-          "-no-eglfs"
-          "-no-gbm"
-          "-no-kms"
-          "-no-linuxfb"
-
           ''-${lib.optionalString (cups == null) "no-"}cups''
           "-dbus-linked"
           "-glib"