Add libxklavier as a build requirement to prep people
2003-10-28 Jody Goldberg <jody@gnome.org> * configure.in : Add libxklavier as a build requirement to prep people
This commit is contained in:
parent
1e2bc8576b
commit
de50972bb2
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-10-28 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* configure.in : Add libxklavier as a build requirement to prep people
|
||||
|
||||
2003-10-24 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* capplets/display/main.c: (create_screen_widgets): Merge
|
||||
|
|
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
|||
gnome-control-center 2.5.0
|
||||
|
||||
Jody:
|
||||
* Add libxklavier and prep for inclusion of gswitchit's
|
||||
xkb-properties-capplet
|
||||
* http://bugzilla.gnome.org/show_bug.cgi?id=120842
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
gnome-control-center 2.1.6
|
||||
|
||||
Jody:
|
||||
|
|
|
@ -70,6 +70,9 @@ PKG_CHECK_MODULES(VFS_CAPPLET, $COMMON_MODULES gnome-vfs-module-2.0 gnome-vfs-2.
|
|||
PKG_CHECK_MODULES(GNOME_DESKTOP, gnome-desktop-2.0)
|
||||
PKG_CHECK_MODULES(SOUND_CAPPLET, esound)
|
||||
PKG_CHECK_MODULES(METACITY, libmetacity-private)
|
||||
PKG_CHECK_MODULES(LIBXKLAVIER, libxklavier >= 0.95,,
|
||||
AC_MSG_ERROR([Upcoming releases of gnome-control-center will depend on libxklavier.
|
||||
The latest release is available from http://prdownloads.sourceforge.net/gswitchit], 1))
|
||||
|
||||
dnl
|
||||
dnl Check for Xft version 2; we build in extra functionality to the font capplet
|
||||
|
|
Loading…
Add table
Reference in a new issue