~mir-team/mir/0.13

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Robert Bruce Park
  • Date: 2015-06-05 17:48:17 UTC
  • Revision ID: robert.park@canonical.com-20150605174817-g1sf4kps82us2to4
Tags: v0.13.2
Resync infinity's manual distro upload to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Enable verbose debugging output from the testsuite
20
20
export MIR_SERVER_LOGGING = on
21
21
override_dh_auto_test:
 
22
ifneq ($(DEB_HOST_ARCH),powerpc)
22
23
        GTEST_OUTPUT=xml:./ dh_auto_test --max-parallel=1 -- ARGS="-V"
 
24
else
 
25
        echo "Testsuite disabled on powerpc due to lack of big-endian support."
 
26
endif
23
27
 
24
28
COMMON_CONFIGURE_OPTIONS = \
25
29
  -DCMAKE_INSTALL_LIBEXECDIR="lib/$(DEB_HOST_MULTIARCH)/mir"
32
36
          -DMIR_RUN_INTEGRATION_TESTS=OFF \
33
37
          -DMIR_PLATFORM=android\;mesa
34
38
else
35
 
ifeq ($(DEB_HOST_ARCH),arm64)
 
39
ifneq ($(filter arm64 powerpc ppc64el,$(DEB_HOST_ARCH)),)
36
40
        dh_auto_configure -- \
37
41
          $(COMMON_CONFIGURE_OPTIONS) \
38
42
          -DMIR_PLATFORM=mesa