aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-11 14:22:27 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-11 14:22:27 -0400
commit8e3f1f3d482a49af3f5461d8084c91e103d2984f (patch)
treeb517d99f09437b4240d0fa65b66289705be1531e /debian/rules
parent2d1a071b3357517db74dbecb4a70a8233756f6f0 (diff)
downloadayatana-indicator-messages-8e3f1f3d482a49af3f5461d8084c91e103d2984f.tar.gz
ayatana-indicator-messages-8e3f1f3d482a49af3f5461d8084c91e103d2984f.tar.bz2
ayatana-indicator-messages-8e3f1f3d482a49af3f5461d8084c91e103d2984f.zip
* debian/control
- Bumped build depends for libindicate to >= 0.5.90 * debian/rules - Fixed configure arg for gtk version
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 0105586..609e1a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/gnome.mk
DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@
DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/
-DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2
-DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3
+DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2
+DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
LDFLAGS += -Wl,-z,defs -Wl,--as-needed