~ubuntu-branches/ubuntu/precise/lxappearance-obconf/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-08-24 21:51:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110824215141-o2r98rkwimai8r0k
Tags: 0.0.1-0ubuntu2
* debian/patches:
 - 0*-openbox-3.5.patch: Apply several patches from upstream to fix building
   with openbox 3.5 (LP: #831095).
 - 99-fix-translations.patch: Fix build with above patches.
* debian/rules:
 - Use autoreconf with 01-openbox-3.5.patch.
 - Create missing m4/ folder.
* debian/control:
 - Bump build-depends on openbox (>= 3.5.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  *) AC_MSG_ERROR([bad value "${enableval}" for --enable-gtk3, use "yes" (default) or "no".]) ;;
62
62
esac],[])
63
63
 
64
 
PKG_CHECK_MODULES(OPENBOX, [obrender-3.0 >= 3.4.2 obparser-3.0 >= 3.4.2])
 
64
PKG_CHECK_MODULES(OPENBOX, [obrender-3.5 >= 3.5 obt-3.5 >= 3.5])
65
65
AC_SUBST(OPENBOX_CFLAGS)
66
66
AC_SUBST(OPENBOX_LIBS)
67
67