~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to cross-compile-chroot.sh

  • Committer: Kevin DuBois
  • Date: 2013-03-12 16:50:22 UTC
  • mto: (467.1.26 trunk)
  • mto: This revision was merged to the branch mainline in revision 493.
  • Revision ID: kevin.dubois@canonical.com-20130312165022-l056fbuzki8lkrgg
remove an unused stray build flag from our files

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/LinuxCrossCompile.cmake \
38
38
      -DBoost_COMPILER=-gcc \
39
39
      -DMIR_ENABLE_DEATH_TESTS=NO \
40
 
      -DMIR_INPUT_ENABLE_EVEMU=NO \
41
40
      -DMIR_PLATFORM=android \
42
41
      -DMIR_DISABLE_INPUT=true \
43
42
      ..