[libgovirt] build: update some more references to rest-1.0



commit ecf94f8c829aac84f60865f9f898dee737f11139
Author: Jeremy Bicha <jeremy bicha canonical com>
Date:   Tue Aug 2 16:35:56 2022 -0400

    build: update some more references to rest-1.0

 govirt/Makefile.am      | 2 +-
 govirt/govirt-1.0.pc.in | 2 +-
 govirt/meson.build      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/govirt/Makefile.am b/govirt/Makefile.am
index f7ab835..9a4ddc7 100644
--- a/govirt/Makefile.am
+++ b/govirt/Makefile.am
@@ -157,7 +157,7 @@ if HAVE_INTROSPECTION
 introspection_sources = $(libgovirt_la_SOURCES) $(libgovirt_la_HEADERS) $(builddir)/ovirt-enum-types.c 
$(builddir)/ovirt-enum-types.h
 
 GoVirt-1.0.gir: libgovirt.la Makefile
-GoVirt_1_0_gir_INCLUDES = Gio-2.0 GObject-2.0 Rest-0.7
+GoVirt_1_0_gir_INCLUDES = Gio-2.0 GObject-2.0 Rest-1.0
 GoVirt_1_0_gir_CFLAGS = $(AM_CPPFLAGS) -I$(top_builddir)
 GoVirt_1_0_gir_LIBS = libgovirt.la
 GoVirt_1_0_gir_FILES = $(introspection_sources)
diff --git a/govirt/govirt-1.0.pc.in b/govirt/govirt-1.0.pc.in
index edc7b31..0bb7218 100644
--- a/govirt/govirt-1.0.pc.in
+++ b/govirt/govirt-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: govirt
 Description: goVirt is a GLib binding for oVirt REST API
 Version: @VERSION@
-Requires: gio-2.0, glib-2.0, gobject-2.0, rest-0.7
+Requires: gio-2.0, glib-2.0, gobject-2.0, rest-1.0
 Libs: -L${libdir} -lgovirt
 Cflags: -I${includedir}/govirt-1.0
diff --git a/govirt/meson.build b/govirt/meson.build
index 6222d34..b75d1e1 100644
--- a/govirt/meson.build
+++ b/govirt/meson.build
@@ -116,7 +116,7 @@ gnome.generate_gir(govirt_lib,
                    identifier_prefix : 'Ovirt',
                    symbol_prefix : 'ovirt',
                    export_packages : 'govirt-1.0',
-                   includes : ['Gio-2.0', 'GObject-2.0', 'Rest-0.7' ],
+                   includes : ['Gio-2.0', 'GObject-2.0', 'Rest-1.0' ],
                    install : true,
                    extra_args : ['--c-include=govirt/govirt.h'])
 


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