2002-08-04 Joe Shaw <joe@assbarn.com>
* configure.in: We actually need libgnomeui, not libgnome. svn path=/trunk/gtk-sharp/; revision=6398
This commit is contained in:
parent
b9bf786b00
commit
530e27aa43
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-08-04 Joe Shaw <joe@assbarn.com>
|
||||||
|
|
||||||
|
* configure.in: We actually need libgnomeui, not libgnome.
|
||||||
|
|
||||||
2002-08-04 Mike Kestner <mkestner@speakeasy.net>
|
2002-08-04 Mike Kestner <mkestner@speakeasy.net>
|
||||||
|
|
||||||
Tagged for 0.3 and updated configure.in to 0.4.
|
Tagged for 0.3 and updated configure.in to 0.4.
|
||||||
|
|
|
@ -61,7 +61,7 @@ AC_ARG_WITH(crosspkgdir, [ --with-crosspkgdir=/path/to/pkg-config/dir],
|
||||||
## Versions of dependencies
|
## Versions of dependencies
|
||||||
GNOME_REQUIRED_VERSION=2.0.0
|
GNOME_REQUIRED_VERSION=2.0.0
|
||||||
GTK_REQUIRED_VERSION=2.0.0
|
GTK_REQUIRED_VERSION=2.0.0
|
||||||
PKG_CHECK_MODULES(BASE_DEPENDENCIES, libgnome-2.0 >= $GNOME_REQUIRED_VERSION gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION, enable_gnome=yes, enable_gnome=no)
|
PKG_CHECK_MODULES(BASE_DEPENDENCIES, libgnomeui-2.0 >= $GNOME_REQUIRED_VERSION gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION, enable_gnome=yes, enable_gnome=no)
|
||||||
|
|
||||||
if test "x$enable_gnome" = "xno"; then
|
if test "x$enable_gnome" = "xno"; then
|
||||||
PKG_CHECK_MODULES(BASE_DEPENDENCIES, gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION)
|
PKG_CHECK_MODULES(BASE_DEPENDENCIES, gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue