The Birdfont Source Code
Fix build error
These changes was commited to the Birdfont repository Sat, 16 May 2015 14:37:00 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Fix build error
--- a/configure
+++ b/configure
@@ -79,7 +79,7 @@
'gdk-pixbuf-2.0',
'gio-2.0',
'glib-2.0',
- 'sqlite'
+ 'sqlite3'
]
for lib in libs:
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '2.7.10'
+ VERSION = '2.8.0'
SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR