qtbase: fill in configure flags
This commit is contained in:
parent
3062080572
commit
4bd911dcd6
@ -105,7 +105,6 @@ stdenv.mkDerivation {
|
|||||||
"-accessibility"
|
"-accessibility"
|
||||||
"-optimized-qmake"
|
"-optimized-qmake"
|
||||||
"-strip"
|
"-strip"
|
||||||
"-no-reduce-relocations"
|
|
||||||
"-system-proxies"
|
"-system-proxies"
|
||||||
"-pkg-config"
|
"-pkg-config"
|
||||||
]
|
]
|
||||||
@ -151,22 +150,27 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
++ lib.optionals (!stdenv.isDarwin) [
|
++ lib.optionals (!stdenv.isDarwin) [
|
||||||
"-rpath"
|
"-rpath"
|
||||||
"-glib"
|
|
||||||
|
"-system-xcb"
|
||||||
"-xcb"
|
"-xcb"
|
||||||
"-qpa xcb"
|
"-qpa xcb"
|
||||||
''-${lib.optionalString (cups == null) "no-"}cups''
|
|
||||||
|
"-system-xkbcommon"
|
||||||
|
"-libinput"
|
||||||
|
"-xkbcommon-evdev"
|
||||||
|
|
||||||
"-no-eglfs"
|
"-no-eglfs"
|
||||||
"-no-directfb"
|
"-no-gbm"
|
||||||
"-no-linuxfb"
|
|
||||||
"-no-kms"
|
"-no-kms"
|
||||||
|
"-no-linuxfb"
|
||||||
|
|
||||||
"-libinput"
|
''-${lib.optionalString (cups == null) "no-"}cups''
|
||||||
"-gtk"
|
|
||||||
"-system-libpng"
|
|
||||||
"-system-xcb"
|
|
||||||
"-system-xkbcommon"
|
|
||||||
"-dbus-linked"
|
"-dbus-linked"
|
||||||
|
"-glib"
|
||||||
|
"-gtk"
|
||||||
|
"-inotify"
|
||||||
|
"-system-libjpeg"
|
||||||
|
"-system-libpng"
|
||||||
]
|
]
|
||||||
|
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user