~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-08-05 15:51:01 UTC
  • Revision ID: package-import@ubuntu.com-20130805155101-ck8m20rv2zvamyr8
Tags: 2:1.14.2-0ubuntu8
Don't build XMir on AArch64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
endif
71
71
 
72
72
# Mir isn't built on PPC
73
 
ifeq ($(DEB_HOST_ARCH), powerpc)
 
73
ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc))
74
74
        build_xmir = --disable-xmir
75
75
endif
76
76