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".


SVN revision: 73324
This commit is contained in:
Jerome Pinot 2012-07-05 06:03:37 +00:00
parent a99bf2c9b6
commit ab9e4b3c9a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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.