Changeset 1647 for trunk/CMakeLists.txt


Ignore:
Timestamp:
02/21/10 20:12:10 (14 years ago)
Author:
landlord
Message:

User said that if the timeout is set to 10 seconds (instead of 5) it allows the smartreader to work on IPBox STB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r1636 r1647  
    272272add_subdirectory (csctapi)
    273273add_subdirectory (cscrypt)
    274 if (HAVE_LIBUSB)
    275 add_subdirectory (utils)
    276 endif (HAVE_LIBUSB)
     274
     275if( HAVE_LIBRT OR HAVE_LIBRT_STATIC)
     276    if (HAVE_LIBUSB)
     277        add_subdirectory (utils)
     278    endif (HAVE_LIBUSB)
     279endif( HAVE_LIBRT OR HAVE_LIBRT_STATIC)
    277280
    278281#----------------------- file groups ------------------------------
Note: See TracChangeset for help on using the changeset viewer.