Fix object finalization.
Add XKL wrapper (not ready).
This commit is contained in:
@ -35,9 +35,11 @@ PKG_CHECK_MODULES([PANGO], [pango], ,
|
||||
PKG_CHECK_MODULES([CLUTTER], [clutter-1.0], ,
|
||||
[AC_MSG_ERROR([Clutter not found])])
|
||||
PKG_CHECK_MODULES([GTK2], [gtk+-2.0 gdk-2.0], ,
|
||||
[AC_MSG_ERROR([GTK2 support not found])])
|
||||
[AC_MSG_ERROR([GTK2 not found])])
|
||||
PKG_CHECK_MODULES([XKB], [x11], ,
|
||||
[AC_MSG_ERROR([XKB support not found])])
|
||||
PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier x11], ,
|
||||
[AC_MSG_ERROR([Libxklavier not found])])
|
||||
|
||||
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
|
||||
|
||||
@ -56,5 +58,6 @@ docs/reference/Makefile
|
||||
docs/reference/eek/Makefile
|
||||
eek/eek.pc
|
||||
eek/eek-clutter.pc
|
||||
eek/eek-xkb.pc])
|
||||
eek/eek-xkb.pc
|
||||
eek/eek-xkl.pc])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user