libmalcontent-ui: Bump API version
An app which currently depends on malcontent-ui-0.pc or MalcontentUi-0.gir will fail to compile or run, respectively, aganist the GTK 4-ified version. Bump the API version, which is used in both those names. This will also (I think) allow the two versions of libmalcontent-ui to be parallel-installed.
This commit is contained in:
parent
922ae096be
commit
ffba5dab43
|
@ -1,4 +1,4 @@
|
||||||
libmalcontent_ui_api_version = '0'
|
libmalcontent_ui_api_version = '1'
|
||||||
libmalcontent_ui_api_name = 'malcontent-ui-' + libmalcontent_ui_api_version
|
libmalcontent_ui_api_name = 'malcontent-ui-' + libmalcontent_ui_api_version
|
||||||
|
|
||||||
if not cc.has_function('atexit')
|
if not cc.has_function('atexit')
|
||||||
|
|
Loading…
Reference in New Issue