]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkapp.c
Unix buildinfo: stop saying 'GTK' in pure CLI utilities.
[PuTTY.git] / unix / gtkapp.c
index 249be2d39269fea334b2743c1835c76854462455..8b2a794fc6291633adab7e6a230172b67a55541e 100644 (file)
@@ -127,6 +127,8 @@ https://wiki.gnome.org/Projects/GTK%2B/OSX/Bundling has some links.
 
 char *x_get_default(const char *key) { return NULL; }
 
+const int buildinfo_gtk_relevant = TRUE;
+
 #if !GTK_CHECK_VERSION(3,0,0)
 /* This front end only works in GTK 3. If that's not what we've got,
  * it's easier to just turn this program into a trivial stub by ifdef