diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-11-06 10:25:15 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-11-06 10:25:15 -0500 |
commit | b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd (patch) | |
tree | 4b515d8c68ccdf842de3c37766aae928ea47fb0d /debian/rules | |
parent | 5be8ede939efb973da4aa7b864fad188803aa650 (diff) | |
download | ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.tar.gz ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.tar.bz2 ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.zip |
* debian/rules
- removed the extra disable-scrollkeeper arg to configure (LP: #418772)
* debian/control
- removed the build dep for scrollkeeper
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b632517..8db591a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators |