gtk3: enable tracker

This commit is contained in:
Jan Tojnar
2020-11-26 14:06:07 +01:00
parent 49e17a8b1a
commit 48234fdefa
+4
View File
@@ -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; [