Merge pull request #107211 from petabyteboy/feature/broadway

gtk3: build with broadway backend
This commit is contained in:
Michael Raskin 2020-12-21 12:16:19 +00:00 committed by GitHub
commit de349bbbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@
, cups ? null
, AppKit
, Cocoa
, broadwaySupport ? true
}:
assert cupsSupport -> cups != null;
@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
"-Dgtk_doc=${boolToString withGtkDoc}"
"-Dtests=false"
"-Dtracker3=${boolToString trackerSupport}"
"-Dbroadway_backend=${boolToString broadwaySupport}"
];
# These are the defines that'd you'd get with --enable-debug=minimum (default).