[gegl/meta-json: 3/18] meta-json: Add to build, depend on glib-json



commit e889e7633416894f2e964aa96a9a44ae5d8ca2c2
Author: Jon Nordby <jononor gmail com>
Date:   Sun Dec 28 01:07:10 2014 +0100

    meta-json: Add to build, depend on glib-json

 configure.ac                |    2 +-
 gegl/operation/Makefile.am  |    2 ++
 operations/core/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d76650d..00e93a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -494,7 +494,7 @@ AC_CHECK_FUNCS(fsync)
 
 PKG_CHECK_MODULES(BABL, babl >= babl_required_version)
 
-GLIB_PACKAGES="gobject-2.0 gmodule-2.0 gio-2.0"
+GLIB_PACKAGES="gobject-2.0 gmodule-2.0 gio-2.0 json-glib-1.0"
 # select platform-specific GIO
 case "$os_win32" in
   yes)
diff --git a/gegl/operation/Makefile.am b/gegl/operation/Makefile.am
index e9eb1a6..cae1e71 100644
--- a/gegl/operation/Makefile.am
+++ b/gegl/operation/Makefile.am
@@ -28,6 +28,7 @@ liboperation_public_HEADERS = \
        gegl-operation-context.h         \
        gegl-operation-filter.h          \
        gegl-operation-meta.h            \
+       gegl-operation-meta-json.h       \
        gegl-operation-point-composer.h  \
        gegl-operation-point-composer3.h \
        gegl-operation-point-filter.h    \
@@ -46,6 +47,7 @@ liboperation_sources = \
        gegl-operation-composer3.c              \
        gegl-operation-filter.c                 \
        gegl-operation-meta.c                   \
+       gegl-operation-meta-json.c                      \
        gegl-operation-point-composer.c         \
        gegl-operation-point-composer3.c        \
        gegl-operation-point-filter.c           \
diff --git a/operations/core/Makefile.am b/operations/core/Makefile.am
index 88741cc..accd109 100644
--- a/operations/core/Makefile.am
+++ b/operations/core/Makefile.am
@@ -13,4 +13,5 @@ op_LTLIBRARIES = \
        cast-format.la \
        convert-format.la \
        crop.la \
+       json.la \
        nop.la


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]