leif pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/share.git/commit/?id=9ab20a05699dd264f8e98ffb8cd42a05172f4080

commit 9ab20a05699dd264f8e98ffb8cd42a05172f4080
Author: Leif Middelschulte <leif.middelschu...@gmail.com>
Date:   Wed Apr 16 12:50:26 2014 +0200

    Use json-c.pc instead of json.pc
---
 configure.ac     | 2 +-
 src/sourcedrop.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5b27776..f773d74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ MODULE_ARCH="$host_os-$host_cpu-$release"
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
 
-PKG_CHECK_MODULES(JSON, [json])
+PKG_CHECK_MODULES(JSON, [json-c])
 
 #
 # Platform specific setup
diff --git a/src/sourcedrop.c b/src/sourcedrop.c
index 8a790a9..4bac035 100644
--- a/src/sourcedrop.c
+++ b/src/sourcedrop.c
@@ -1,5 +1,5 @@
 #include <ctype.h>
-#include <json/json.h>
+#include <json.h>
 #ifdef __linux__
 #include <bsd/string.h> // strlcpy, etc. found in libbsd
 #else

-- 


Reply via email to