configure.ac | 3 ++- data/artha.desktop | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dc945e0..47583b4 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror check-news dist-bzip2 gnu]) AM_PROG_CC_C_O AM_PROG_AR AC_LANG([C]) +AC_SYS_LARGEFILE AC_LANG_CONFTEST( [AC_LANG_SOURCE([[const char hw[] = "Hello, World\n";]])]) @@ -57,7 +58,7 @@ AC_SUBST([WORDNET_LIB]) # GtkComboBox with entry only since 2.24 only, hence check for GTK+-2.0 >= 2.24 # check for GTK+ and GLib -PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24 glib-2.0 >= 2.22], , [ +PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24 glib-2.0 >= 2.22 gio-2.0], , [ AC_MSG_RESULT(no) AC_MSG_ERROR([ You must have GTK+ 2.0 (version 2.24 or above) and GLib 2.0 (version 2.22 diff --git a/data/artha.desktop b/data/artha.desktop index d7c5d68..66e2326 100644 --- a/data/artha.desktop +++ b/data/artha.desktop @@ -8,4 +8,4 @@ Icon=artha Terminal=false Type=Application StartupNotify=true -Categories=Utility;Languages;Literature; +Categories=Office;TextTools;Dictionary;