diff options
author | Didier Roche <didrocks@ubuntu.com> | 2013-12-09 14:27:55 +0100 |
---|---|---|
committer | Didier Roche <didrocks@ubuntu.com> | 2013-12-09 14:27:55 +0100 |
commit | 78c9d6e7795a26c84017fe2e889055761efe04af (patch) | |
tree | 8ad2ccdab110dffa857dfbc4e4288c6c783f0684 /debian | |
parent | a226a392b9455ee5ea51285b3ccc152b796a5bf9 (diff) | |
download | ayatana-greeter-session-broadcast-78c9d6e7795a26c84017fe2e889055761efe04af.tar.gz ayatana-greeter-session-broadcast-78c9d6e7795a26c84017fe2e889055761efe04af.tar.bz2 ayatana-greeter-session-broadcast-78c9d6e7795a26c84017fe2e889055761efe04af.zip |
Add libupstart-app-launch2-dev build-dep, which isn't needed itself
but it enables to not build on archs unsupported by upstart-app-launch
(which is a binary dep)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index be2c328..ed12280 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,9 @@ Build-Depends: cmake, libdbustest1-dev, libglib2.0-bin, python3-dbusmock, +# This build-dep isn't needed as per itself, but it enables to not build +# on archs unsupported by upstart-app-launch which is a binary dep + libupstart-app-launch2-dev, Standards-Version: 3.9.4 Homepage: http://launchpad.net/unity-greeter-session-broadcast # If you aren't a member of ~indicator-applet-developers but need to upload |