diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-23 18:58:32 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-23 18:58:32 +0200 |
commit | 6034343476ad55614416c4551ddc9242ce51d0e3 (patch) | |
tree | 40c3da21436f9186f8dc018169c56cb3afb772f5 | |
parent | d4178faa3bbc3c8810190d5cde82caf09ed2077d (diff) | |
download | obs-6034343476ad55614416c4551ddc9242ce51d0e3.tar.gz obs-6034343476ad55614416c4551ddc9242ce51d0e3.tar.bz2 obs-6034343476ad55614416c4551ddc9242ce51d0e3.zip |
Tizen:Common: added _with_introspection flag to sync with IVI
_with_introspection flag is needed to build GUPnP with introspection support.
Otherwiase, Rygel on IVI doesn't build with latest GUPnP.
Change-Id: Ia99efe2afd8f5cbacdc145a7a038959ee8c786a8
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | Tizen:Common/_config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config index 4958058..e507656 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -196,6 +196,14 @@ Macros: %_with_pulseaudio_samsung_policy 1 :Macros +# Activate introspection +# This is needed on GuPNP to build Rygel correctly in IVI +# Impacts potentially packages that use gobject-introspection +# Owner: Mikko <mikko.ylinen@intel.com> +Macros: +%_with_introspection 1 +:Macros + ############################# build config ##################################### %define gcc_version 48 |