~afrantzis/mir/multimonitor-misc-fixes

« back to all changes in this revision

Viewing changes to cmake/FindLibHardware.cmake

  • Committer: Daniel van Vugt
  • Date: 2013-06-14 08:24:21 UTC
  • mto: (742.1.14 android-egl-extensions)
  • mto: This revision was merged to the branch mainline in revision 744.
  • Revision ID: daniel.van.vugt@canonical.com-20130614082421-tdh0q8xb17yxasd6
Preliminary changes for cross-compiling to saucy Android.
Not fully tested; blocked by LP: #1190894 for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   )
18
18
 
19
19
find_library(LIBHARDWARE_LIBRARY
20
 
   NAMES         libhardware.so.1 
 
20
   NAMES         libhardware.so.2
21
21
                 libhardware.so 
22
22
   HINTS /usr/lib/arm-linux-gnueabihf/
23
23
)