diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2019-03-30 08:48:22 +0100 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-04-11 16:45:36 +0200 |
commit | 59055fd9f7d7434d77f7af9f7de1bed99711b837 (patch) | |
tree | d7b3196d7bb6da0d98d157ee72b7bfcc4db17d33 /gdk/meson.build | |
parent | a33bf3da56dea830b4ba3a82a364d1b51de49a87 (diff) | |
download | gtk+-59055fd9f7d7434d77f7af9f7de1bed99711b837.tar.gz |
meson: set interface age; pass soversion to libgdk as well
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index d9830de992..fd43415cbd 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -279,6 +279,7 @@ if cc.get_id() == 'msvc' endif libgdk = shared_library('gdk-3', + soversion: gtk_soversion, sources: [gdk_sources, gdk_backends_gen_headers, gdkconfig], dependencies: gdk_deps, include_directories: [confinc, gdkx11_inc, wlinc], |