summaryrefslogtreecommitdiff
path: root/Tizen:Common
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-11-21 16:40:39 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 11:14:25 -0800
commite8209d7a826b56145e663e4dd2ae0172ea5d4a62 (patch)
tree6f332bbff469653ba38d417055535d257352a275 /Tizen:Common
parentc5ebdc76f8f6f21ea80e52ed4913aec3f9534ee7 (diff)
downloadobs-e8209d7a826b56145e663e4dd2ae0172ea5d4a62.tar.gz
obs-e8209d7a826b56145e663e4dd2ae0172ea5d4a62.tar.bz2
obs-e8209d7a826b56145e663e4dd2ae0172ea5d4a62.zip
Tizen:Common: Add feature flags : gstreamer and scim
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>
Diffstat (limited to 'Tizen:Common')
-rw-r--r--Tizen:Common/_config17
1 files changed, 17 insertions, 0 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config
index 9bc3924..3fc50ca 100644
--- a/Tizen:Common/_config
+++ b/Tizen:Common/_config
@@ -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