From 790b9fc0fc40c900dbeea09e2635dab13469399f Mon Sep 17 00:00:00 2001 From: ngc891 Date: Thu, 5 Jul 2012 06:03:37 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + edje.pc.in | 1 + 2 files changed, 2 insertions(+) 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. -- 2.7.4