From: ngc891 Date: Thu, 5 Jul 2012 06:03:37 +0000 (+0000) Subject: edje: multisense X-Git-Tag: 2.0_alpha~8^2^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=790b9fc0fc40c900dbeea09e2635dab13469399f;p=framework%2Fuifw%2Fedje.git edje: multisense Add a key in edje.pc to help third-party applications detect if the library has been compiled with multisense support. This will be eventually reverted if multisense becomes a requirement for edje. For the time being, people can check multisense availability by "pkg-config edje --variable=multisense". git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73324 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index de135c3..5d62336 100644 --- a/configure.ac +++ b/configure.ac @@ -451,6 +451,7 @@ fi if test "x${want_multisense}" = "xyes" ; then AC_DEFINE([ENABLE_MULTISENSE], [1], [Use Multisense]) fi +AC_SUBST([want_multisense]) # Dependencies for the binaries diff --git a/edje.pc.in b/edje.pc.in index 1f2befe..88110e9 100644 --- a/edje.pc.in +++ b/edje.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@/edje vmaj=@VMAJ@ +multisense=@want_multisense@ Name: edje Description: Enlightened graphical design and layout engine.