File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ opt_build_test = get_option('build_test')
2828pkgconfig = import (' pkgconfig' )
2929
3030api = ' 0.2'
31+ revision = api + ' .1'
3132
3233glib = dependency (' glib-2.0' )
3334gobject = dependency (' gobject-2.0' )
@@ -110,9 +111,9 @@ libs = oparl_lib # the library/libraries users need to link against
110111h = [' ..' ,' pkgconfig' ] # subdirectories of ${prefix}/${includedir} to add to header path
111112pkgconfig.generate(libraries : libs,
112113 subdirs : h,
113- version : api ,
114+ version : revision ,
114115 name : ' liboparl' ,
115- filebase : meson .current_build_dir()+ ' /oparl-' + api,
116+ filebase : meson .current_build_dir()+ ' /oparl-' + api,
116117 subdirs : h,
117118 requires : ' glib-2.0 gobject-2.0 gio-2.0 json-glib-1.0' ,
118119 description : ' A library to access OParl civic information endpoints.' ,
You can’t perform that action at this time.
0 commit comments