Tizen:Common: Add feature flags : gstreamer and scim 54/30654/8
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 21 Nov 2014 15:40:39 +0000 (16:40 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Dec 2014 19:14:25 +0000 (11:14 -0800)
To be used for packaging's spec files,

Merging them all in at the obs project level
will help to simply packaging.
Spec files just need to rely on actual project's features,
and should avoid to test profile and its version.

In a longer term when all needed features are listed here in project,
%{profile} variable should not appear in specfiles for testing features.

Change-Id: I8c1d8ddb383757a935692f6c02481516ed1f8841
Bug-Tizen: TC-2147/related
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Tizen:Common/_config

index 9bc3924..3fc50ca 100644 (file)
@@ -163,6 +163,7 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
 # This build macro controls the libdlog output. If enabled,
@@ -182,6 +183,22 @@ Macros:
 %_with_bluetooth_frwk_libnotification 1
 :Macros
 
+# Macro used for testing gstreamer 1.X API
+# Used: qt*
+# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
+%define _with_gstreamer1 1
+Macros:
+%_with_gstreamer1 1
+:Macros
+
+# Macro used for testing Input methods
+# Used: qt*
+# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
+%define _with_tizenscim 0
+Macros:
+%_with_tizenscim 0
+:Macros
+
 # This build macro controls whether the OS uses
 # legacy nfc-manager or neard enabled nfc-manager-neard. If enabled,
 # nfc-manager-neard is used. Affects: nfc CAPI, emulator-plugin-nfc