[debian] rules: Set TRACKER_INSTALL_API_VERSION=AUTO.

Otherwise, I might forget to update it when building for various versions
of Ubuntu, which will result in Tracker being installed in the wrong
place for most newer versions.
This commit is contained in:
David Korth 2025-04-20 16:50:54 -04:00
parent 36da8b7168
commit ee887913a6

2
debian/rules vendored
View File

@ -24,7 +24,7 @@ CMAKE_OPTIONS := \
-DBUILD_GTK3=ON \
-DBUILD_GTK4=OFF \
-DBUILD_CLI=ON \
-DTRACKER_INSTALL_API_VERSION=1 \
-DTRACKER_INSTALL_API_VERSION=AUTO \
-DENABLE_PVRTC=ON \
-DENABLE_OPENMP=ON \
-DENABLE_LTO=OFF \