]> code.ossystems Code Review - openembedded-core.git/blob
8ccef08dfc05467c8ab0c4c43f65bb8c48f42c66
[openembedded-core.git] /
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
5  too
6
7 Upstream-Status: Pending
8 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
9 ---
10  configure.ac | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index aebb716..48bdf63 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -965,7 +965,7 @@ AC_SUBST(avahi_socket)
18  #
19  # Avahi interfaces dir
20  #
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)
25  fi
26 -- 
27 2.1.4
28