Update build-conf for common branch from OBS 28/31728/1
authorRui Lv <ruix.lv@intel.com>
Tue, 9 Dec 2014 02:46:31 +0000 (21:46 -0500)
committerRui Lv <ruix.lv@intel.com>
Tue, 9 Dec 2014 02:52:34 +0000 (21:52 -0500)
Change-Id: Ida21afcb361d56b763ddd2fe3ff114860c2826d5
Signed-off-by: Rui Lv <ruix.lv@intel.com>
build-arm-wayland.conf
build-arm-x11.conf
build-arm64-wayland.conf
build-arm64-x11.conf
build-emulator32-wayland.conf
build-ia32-wayland.conf
build-ia32-x11.conf
build-x86_64-wayland.conf
build-x86_64-x11.conf

index fd4bb0d0c7dc9c4470f1188763d2e7f12864514b..e9532b4d457f415a3aa91ece7cc6995a5063d5ab 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 8ceda814f5300d2823257dea50f30e993329dd1d..23789ea73454f591038ae50394e01804d029ebd8 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 15e5794c3f198ed74ed674709372ffbef21dd145..2f4ce8e502b826cbf38f7daf8a1e744c93de9d1b 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 7a62a66fa9532f55b3d09cd6466513421229982d..93d0fd225ae13ecc7f8583478a1f223fb825a412 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index dabb51af29529dfc42c71ca70a27c1c486dfebc6..cb323ba831c7e2b7e6aa42a24bfc243bf55e5b82 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index ca04f3269e8cc9f084773237e4f1a0e1ceb52fad..ab5f6929ba44db2b3d214c685107f2ca434c14b4 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 0b01d997b04ef092e61e20988e6c81db4f0168fc..dbd172f84286be340b60ab92d8f4684710613af9 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 125ef2be63dcbb89347e5a1d4f4ace710223a513..5fb37981261e5dcc6071541fc3057a62b9117a35 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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
index 0da93e2a149a3f8e600d3b03651d565d4e60ccb2..7273514312bcaf1abcdcd92b6e495f1026dfb213 100644 (file)
@@ -180,8 +180,47 @@ Macros:
 
 %endif
 
+
 ############################# misc config flags ################################
 
+########## USAGE ##########
+# 
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+# 
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here: 
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+# 
+
+########## flags ##########
+
 # This build macro controls the libdlog output. If enabled,
 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
 # logger FIFO. Affects: dlog.
@@ -199,6 +238,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 1
+#Macros:
+#%_with_tizenscim 1
+#: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