[mess-desktop-entries] Require shared-mime-info >= 0.19.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mess-desktop-entries] Require shared-mime-info >= 0.19.
- Date: Wed, 23 Feb 2011 19:50:42 +0000 (UTC)
commit 286925451ef60e19569ca44595196906e790ef95
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Feb 23 11:13:47 2011 -0500
Require shared-mime-info >= 0.19.
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bcbfc75..fad1026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,10 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_INSTALL
IT_PROG_INTLTOOL
+# MIME Database
+SHARED_MIME_INFO_MODULES="shared-mime-info >= 0.19"
+PKG_CHECK_MODULES(SHARED_MIME_INFO, $SHARED_MIME_INFO_MODULES)
+
# MESS Program
AC_ARG_VAR([MESS], [MESS command])
AC_PATH_PROGS([MESS], [mess],, [$PATH:/usr/local/games:/usr/games])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]