diff options
author | John Stebbins <[email protected]> | 2018-06-07 14:59:54 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-07 15:01:33 -0700 |
commit | 1424cd47da5d2c21331da91e985a3154703e699c (patch) | |
tree | 766604529d257eec2c8c82def749bff91ae6bc27 /gtk/configure.ac | |
parent | 7f59018bc89b09b78980c6404954bb1f1b8dd883 (diff) |
flatpak: automatically add <release> tag to LinGui appdata
Also add translation support for appdata
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 3d4cd4879..54a63d488 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -121,6 +121,7 @@ esac PKG_PROG_PKG_CONFIG #PKG_CHECK_MODULES([GHB_GTK_4_0], [gtk+-4.0 >= 3.92], [HAVE_GTK_400=1], [HAVE_GTK_400=0]) +HAVE_GTK_400=0 PKG_CHECK_MODULES([GHB_GTK_3_16], [gtk+-3.0 >= 3.16], [HAVE_GTK_316=1], [HAVE_GTK_316=0]) PKG_CHECK_MODULES([GHB_GTK_3_14], [gtk+-3.0 >= 3.14], [HAVE_GTK_314=1], [HAVE_GTK_314=0]) PKG_CHECK_MODULES([GHB_GTK_3_12], [gtk+-3.0 >= 3.12], [HAVE_GTK_312=1], [HAVE_GTK_312=0]) |