diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 16:21:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 16:21:09 -0600 |
commit | ac140d5000a6f6698f5b7d690ba48c877472c054 (patch) | |
tree | 464ee8f3babdc7793e4e4f3339d677165b8e5f84 /debian/control | |
parent | e83283e29941c9f6e4a0b20cc179c846edf7dc47 (diff) | |
download | libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.tar.gz libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.tar.bz2 libayatana-indicator-ac140d5000a6f6698f5b7d690ba48c877472c054.zip |
Bringing GObject Introspection into the build and making it so that
it gets installed with the library.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c7a7645..bdc2172 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,11 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libtool, - intltool + intltool, + gobject-introspection (>= 0.6), + gobject-introspection-glib-2.0 (>= 0.6), + gobject-introspection-repository (>= 0.6), + libgirepository-dev (>= 0.6) Standards-Version: 3.8.0 Package: indicator-applet |