diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 23:04:52 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 23:04:52 -0500 |
commit | 3f7fad001e4fe74a89b60d2e217750baaf3b0392 (patch) | |
tree | 0815572c8e67e0920e08b3f98277fab30a19b380 /debian | |
parent | 49772635dc8dddeaea5a8f209bd7aac030a8a132 (diff) | |
download | ayatana-indicator-datetime-3f7fad001e4fe74a89b60d2e217750baaf3b0392.tar.gz ayatana-indicator-datetime-3f7fad001e4fe74a89b60d2e217750baaf3b0392.tar.bz2 ayatana-indicator-datetime-3f7fad001e4fe74a89b60d2e217750baaf3b0392.zip |
Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 4ba02e4..96498ec 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: cmake, libedataserver1.2-dev (>= 3.5), liburl-dispatcher1-dev, libproperties-cpp-dev, - libplatform-hardware-api-headers, - libplatform-hardware-api1-dev, + libplatform-hardware-api-headers [armhf i386 amd64], + libplatform-hardware-api1-dev [armhf i386 amd64], libdbustest1-dev, locales, Standards-Version: 3.9.3 |