From: Dana Jansens Date: Thu, 31 May 2007 15:48:39 +0000 (+0000) Subject: require openbox >= 3.3.996, for some changes we made X-Git-Tag: release-2.0.2~98 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5b3452d0ef198da894e35b54fed4de692849d17d;p=dana%2Fobconf.git require openbox >= 3.3.996, for some changes we made --- diff --git a/configure.ac b/configure.ac index 016dc0a..3a84230 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ ALL_LINGUAS="" AM_GNU_GETTEXT_VERSION(0.15) AM_GNU_GETTEXT([external]) -PKG_CHECK_MODULES(OPENBOX, [obrender-3.0 obparser-3.0]) +PKG_CHECK_MODULES(OPENBOX, [obrender-3.0 >= 3.3.996 obparser-3.0 >= 3.3.996]) AC_SUBST(OPENBOX_CFLAGS) AC_SUBST(OPENBOX_LIBS) diff --git a/debian/control b/debian/control index 85db6c4..85964ff 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,6 @@ Standards-Version: 3.7.2 Package: obconf Architecture: i386 -Depends: libc6, libgtk2.0-0, libglade2-0, openbox (>= 3.3.991), libstartup-notification0, tar, gzip +Depends: libc6, libgtk2.0-0, libglade2-0, openbox (>= 3.3.996), libstartup-notification0, tar, gzip Recommends: ttf-bitstream-vera, shared-mime-info, desktop-file-utils Description: Openbox configuration tool