Codebase list gjs / 4ab007f
debian/rules: Don't repeat gjs default configure options Installed tests are installed by default, so no need to repeat this. In case dh_missing will fail for us. Marco Trevisan (TreviƱo) 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111
1212 override_dh_auto_configure:
1313 dh_auto_configure -- \
14 -Dinstalled_tests=true \
1514 -Dauto_features=enabled \
1615 -Dprofiler=disabled \
1716 $(NULL)