diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-29 16:13:30 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-29 16:13:30 +0000 |
| commit | 47d4199fcf2b032a02bf23c80c3b2c9f3155c5c5 (patch) | |
| tree | ba594a18f24fd007c6be2b3f284611582935fc57 /config.h.cmake | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-47d4199fcf2b032a02bf23c80c3b2c9f3155c5c5.tar.gz inkscape-47d4199fcf2b032a02bf23c80c3b2c9f3155c5c5.zip | |
aboutbox: Gtk3 fixes
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 2cd660d87..134f7539d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -56,6 +56,12 @@ /* Build with Gtkmm 3.10.x or higher */ #cmakedefine WITH_GTKMM_3_10 1 +/* Build with Gtkmm 3.12.x or higher */ +#cmakedefine WITH_GTKMM_3_12 1 + +/* Build with Gtkmm 3.16.x or higher */ +#cmakedefine WITH_GTKMM_3_16 1 + /* Build with Gtkmm 3.22.x or higher */ #cmakedefine WITH_GTKMM_3_22 1 |
