1 From a59f13fab31a6e25bb03b2c2bc3aea576f857b6c Mon Sep 17 00:00:00 2001
2 From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3 Date: Sun, 12 Jun 2016 18:32:49 +0300
4 Subject: [PATCH] configure.ac: install GtkBuilder interface files for GTK+3
7 Upstream-Status: Pending
8 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
11 1 file changed, 1 insertion(+), 1 deletion(-)
13 diff --git a/configure.ac b/configure.ac
14 index aebb716..48bdf63 100644
17 @@ -965,7 +965,7 @@ AC_SUBST(avahi_socket)
19 # Avahi interfaces dir
21 -if test "x$HAVE_PYTHON_DBUS" = "xyes" -o "x$HAVE_GTK" = "xyes"; then
22 +if test "x$HAVE_PYTHON_DBUS" = "xyes" -o "x$HAVE_GTK" = "xyes" -o "x$HAVE_GTK3" = "xyes"; then
23 interfacesdir="${datadir}/${PACKAGE}/interfaces/"
24 AC_SUBST(interfacesdir)