forked from AuroraMiddleware/gtk
parent
ce86b411f8
commit
cc7f9c44e4
@ -19,6 +19,7 @@ endif
|
||||
|
||||
libgailutil = shared_library('gailutil-3',
|
||||
soversion: gtk_soversion,
|
||||
version: gail_library_version,
|
||||
sources: [gailutil_sources],
|
||||
dependencies: libgtk_dep,
|
||||
include_directories: [confinc, gtkinc],
|
||||
|
@ -111,6 +111,7 @@ endif
|
||||
# Maintain compatibility with the Autotools build
|
||||
current = gtk_binary_age - gtk_interface_age
|
||||
gtk_library_version = '@0@.@1@.@2@'.format(gtk_soversion, current, gtk_interface_age)
|
||||
gail_library_version = '0.0.0'
|
||||
|
||||
gtk_osxversions = [(100 * gtk_minor_version) + 1, '@0@.@1@.0'.format((100 * gtk_minor_version) + 1, gtk_micro_version)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user