[gnome-documents/gnome-3-26] main: Explicitly specify the Gepub API version
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/gnome-3-26] main: Explicitly specify the Gepub API version
- Date: Thu, 7 Dec 2017 15:36:09 +0000 (UTC)
commit ee59138af24d9a12098cb7a3f0f39344098b7d76
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Dec 5 17:34:25 2017 +0100
main: Explicitly specify the Gepub API version
Gepub is a young library that bumped API version recently, and may do
so again relatively soon. Having the API version explicitly specified
helps when one has multiple Gepub APIs installed parallely to work on
older branches.
https://bugzilla.gnome.org/show_bug.cgi?id=791273
src/main.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.js b/src/main.js
index 9ecee56..3c32148 100644
--- a/src/main.js
+++ b/src/main.js
@@ -28,6 +28,7 @@ pkg.initSubmodule('src');
pkg.require({ 'EvinceDocument': '3.0',
'Gd': '1.0',
'GdPrivate': '1.0',
+ 'Gepub': '0.5',
'Gio': '2.0',
'GLib': '2.0',
'Goa': '1.0',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]