gtk3: enable tracker
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
, gnome3
|
, gnome3
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, sassc
|
, sassc
|
||||||
|
, trackerSupport ? stdenv.isLinux
|
||||||
|
, tracker
|
||||||
, x11Support ? stdenv.isLinux
|
, x11Support ? stdenv.isLinux
|
||||||
, waylandSupport ? stdenv.isLinux
|
, waylandSupport ? stdenv.isLinux
|
||||||
, mesa
|
, mesa
|
||||||
@@ -91,6 +93,7 @@ stdenv.mkDerivation rec {
|
|||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dgtk_doc=${boolToString withGtkDoc}"
|
"-Dgtk_doc=${boolToString withGtkDoc}"
|
||||||
"-Dtests=false"
|
"-Dtests=false"
|
||||||
|
"-Dtracker3=${boolToString trackerSupport}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# 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).
|
||||||
@@ -137,6 +140,7 @@ stdenv.mkDerivation rec {
|
|||||||
isocodes
|
isocodes
|
||||||
]
|
]
|
||||||
++ optional stdenv.isDarwin AppKit
|
++ optional stdenv.isDarwin AppKit
|
||||||
|
++ optional trackerSupport tracker
|
||||||
;
|
;
|
||||||
|
|
||||||
propagatedBuildInputs = with xorg; [
|
propagatedBuildInputs = with xorg; [
|
||||||
|
|||||||
Reference in New Issue
Block a user