summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-10-01 14:33:52 +0200
committerJohannes Schanda <schanda@itestra.de>2013-10-01 14:33:52 +0200
commitd73da6021454a1c80c1d6507e0f98e9d688b2fec (patch)
tree6329c6d8d35e4767f96a776cdabf3278ec16e007
parent0ec03e2cef721cc6b5ccf00797ca125c7288f32b (diff)
downloadgenivi-common-api-dbus-runtime-d73da6021454a1c80c1d6507e0f98e9d688b2fec.tar.gz
Fix packaging details
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a0967e..51f4eb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,7 +221,7 @@ endif
# ------------------------------------------------------------------------------
# Doxygen
include $(top_srcdir)/aminclude.am
-EXTRA_DIST += doxygen.cfg
+EXTRA_DIST += doxygen.cfg dbus-DBusMessage-add-support-for-custom-marshaling.patch
MOSTLYCLEANFILES += ${DX_CLEANFILES}
# ------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3ab0d8f..bcb9c08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ LT_PREREQ(2.2)
LT_INIT
PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES(COMMONAPI, [CommonAPI >= 0.7])
+PKG_CHECK_MODULES(COMMONAPI, [CommonAPI >= 2.0])
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.4.6])
PKG_CHECK_MODULES(GLIB, [glib-2.0],
[],