Merge pull request #107211 from petabyteboy/feature/broadway
gtk3: build with broadway backend
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
, cups ? null
|
, cups ? null
|
||||||
, AppKit
|
, AppKit
|
||||||
, Cocoa
|
, Cocoa
|
||||||
|
, broadwaySupport ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert cupsSupport -> cups != null;
|
assert cupsSupport -> cups != null;
|
||||||
@@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dgtk_doc=${boolToString withGtkDoc}"
|
"-Dgtk_doc=${boolToString withGtkDoc}"
|
||||||
"-Dtests=false"
|
"-Dtests=false"
|
||||||
"-Dtracker3=${boolToString trackerSupport}"
|
"-Dtracker3=${boolToString trackerSupport}"
|
||||||
|
"-Dbroadway_backend=${boolToString broadwaySupport}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# These are the defines that'd you'd get with --enable-debug=minimum (default).
|
# These are the defines that'd you'd get with --enable-debug=minimum (default).
|
||||||
|
|||||||
Reference in New Issue
Block a user