~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Daniel van Vugt, Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140108020438-ikbu7qqm9v2l026y
Tags: 0.1.3+14.04.20140108-0ubuntu1
[ Daniel van Vugt ]
* Preparing for release 0.1.3

[ Ubuntu daily release ]
* Automatic snapshot from revision 1170

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
ifeq ($(DEB_HOST_ARCH),armhf)
22
22
        dh_auto_configure -- \
23
23
          $(COMMON_CONFIGURE_OPTIONS) \
24
 
          -DMIR_PLATFORM=android \
25
 
          -DMIR_ENABLE_UNIT_TESTS=NO \
26
 
          -DMIR_ENABLE_ACCEPTANCE_TESTS=NO \
27
 
          -DMIR_ENABLE_INTEGRATION_TESTS=NO
 
24
          -DMIR_PLATFORM=android 
28
25
else
29
26
ifeq ($(DEB_HOST_ARCH),powerpc)
30
27
        dh_auto_configure -- \