~carles-fernandez/gnss-sdr/debian

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Carles Fernandez
  • Date: 2014-12-15 18:50:20 UTC
  • Revision ID: carles.fernandez@gmail.com-20141215185020-oydb4np4wgn10ouw
Enabling OsmoSDR front-ends by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        dh $@ --buildsystem=cmake --parallel --builddirectory=build 
18
18
 
19
19
override_dh_auto_configure:
20
 
        dh_auto_configure -- -DENABLE_PACKAGING=ON -DENABLE_RTLSDR=ON
 
20
        dh_auto_configure -- -DENABLE_PACKAGING=ON -DENABLE_OSMOSDR=ON
21
21
 
22
22
override_dh_auto_test:
23
23