From 30362b063873bfd4a14bfaa15f663cdce338ce0a Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 4 Jan 2013 13:39:26 +0000 Subject: [PATCH] efl/edje: pkg-config should know about physics status SVN revision: 82175 --- configure.ac | 1 + pc/edje.pc.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 24d80bd493..99fc0452dd 100644 --- a/configure.ac +++ b/configure.ac @@ -3307,6 +3307,7 @@ AM_CONDITIONAL([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"]) AC_DEFINE_IF([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"], [1], [Use Multisense]) AC_SUBST([want_multisense]) +AC_SUBST([want_physics]) ### Checks for header files diff --git a/pc/edje.pc.in b/pc/edje.pc.in index c5a8764cc7..aee4ba969d 100644 --- a/pc/edje.pc.in +++ b/pc/edje.pc.in @@ -7,6 +7,7 @@ datarootdir=@datarootdir@ datadir=@datadir@/edje vmaj=@VMAJ@ multisense=@want_multisense@ +physics=@want_physics@ Name: edje Description: Enlightened graphical design and layout engine.