Look for libcapplet, not libcapplet2.
2001-07-11 Richard Hestilow <hestilow@ximian.com> * configure.in (capplet_modules): Look for libcapplet, not libcapplet2.
This commit is contained in:
parent
ab68cdbf40
commit
5852ff34c4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-07-11 Richard Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
|
* configure.in (capplet_modules): Look for libcapplet, not
|
||||||
|
libcapplet2.
|
||||||
|
|
||||||
2001-07-10 Chema Celorio <chema@celorio.com>
|
2001-07-10 Chema Celorio <chema@celorio.com>
|
||||||
|
|
||||||
* capplets/Makefile.am (EXTRA_DIST): remove ChangeLog as
|
* capplets/Makefile.am (EXTRA_DIST): remove ChangeLog as
|
||||||
|
|
|
@ -94,7 +94,7 @@ else
|
||||||
AC_MSG_ERROR(You need at least pkg-config 0.7.0 or greater for this version of control-center. Please install a newer version from http://www.freedesktop.org/software.)
|
AC_MSG_ERROR(You need at least pkg-config 0.7.0 or greater for this version of control-center. Please install a newer version from http://www.freedesktop.org/software.)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
capplet_modules="libcapplet2 libglade-gnome gdk_pixbuf bonobo_conf $ARCHIVER_MODULE"
|
capplet_modules="libcapplet libglade-gnome gdk_pixbuf bonobo_conf $ARCHIVER_MODULE"
|
||||||
|
|
||||||
PKG_CHECK_MODULES(CAPPLET, $capplet_modules)
|
PKG_CHECK_MODULES(CAPPLET, $capplet_modules)
|
||||||
PKG_CHECK_MODULES(BG_CAPPLET, $capplet_modules gdk_pixbuf_xlib)
|
PKG_CHECK_MODULES(BG_CAPPLET, $capplet_modules gdk_pixbuf_xlib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue