blob: a9ea363672eec5c9fe00dfe7ddf2cf2d57bbed3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-config.h.in,v 1.2 2014/09/08 12:06:48 wiz Exp $
Make gtk3-atk-bridge an option to avoid unwanted dbus dependency.
--- config.h.in.orig 2013-01-07 10:56:29.000000000 +0000
+++ config.h.in
@@ -21,6 +21,9 @@
/* Define the location where the catalogs will be installed */
#undef GTK_LOCALEDIR
+/* Define if we're using atk-bridge-2.0 */
+#undef HAVE_ATK_BRIDGE
+
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
|