diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 13:39:26 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-04 13:39:26 +0000 |
commit | 30362b063873bfd4a14bfaa15f663cdce338ce0a (patch) | |
tree | 9ed951bd6f99b6de434c6f469f14208e6b079864 | |
parent | bd9b55a3ab0955b9e946a8f7770233c9a5bb87fd (diff) |
efl/edje: pkg-config should know about physics status
SVN revision: 82175
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | pc/edje.pc.in | 1 |
2 files changed, 2 insertions, 0 deletions
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"]) | |||
3307 | AC_DEFINE_IF([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"], | 3307 | AC_DEFINE_IF([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"], |
3308 | [1], [Use Multisense]) | 3308 | [1], [Use Multisense]) |
3309 | AC_SUBST([want_multisense]) | 3309 | AC_SUBST([want_multisense]) |
3310 | AC_SUBST([want_physics]) | ||
3310 | 3311 | ||
3311 | ### Checks for header files | 3312 | ### Checks for header files |
3312 | 3313 | ||
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@ | |||
7 | datadir=@datadir@/edje | 7 | datadir=@datadir@/edje |
8 | vmaj=@VMAJ@ | 8 | vmaj=@VMAJ@ |
9 | multisense=@want_multisense@ | 9 | multisense=@want_multisense@ |
10 | physics=@want_physics@ | ||
10 | 11 | ||
11 | Name: edje | 12 | Name: edje |
12 | Description: Enlightened graphical design and layout engine. | 13 | Description: Enlightened graphical design and layout engine. |