diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-12 15:31:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-12 17:09:30 +0200 |
commit | 0371084641a17e014e274f3ba7745e6ff8964173 (patch) | |
tree | 1f33e0a7afc2f6660766f03751e465e1992609d3 /debian | |
parent | 73e6c3aceb13b155c1f7af983acb8e7ed51e97c2 (diff) | |
download | libayatana-indicator-0371084641a17e014e274f3ba7745e6ff8964173.tar.gz libayatana-indicator-0371084641a17e014e274f3ba7745e6ff8964173.tar.bz2 libayatana-indicator-0371084641a17e014e274f3ba7745e6ff8964173.zip |
debian/rules: Explicitly enable tests at build time.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ae8b287..aa08911 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -COMMON_CONFIGURE_FLAGS = +COMMON_CONFIGURE_FLAGS = -DENABLE_TESTS=ON CONFIGURE_FLAGS_gtk2 = -DFLAVOUR_GTK2=ON -DFLAVOUR_GTK3=OFF CONFIGURE_FLAGS_gtk3 = -DFLAVOUR_GTK3=ON -DFLAVOUR_GTK2=OFF |