aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-09-08 17:34:41 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-09-08 17:35:20 +0300
commit9f1d1ffe45121d9858f83efe6cccd60c337dc08e (patch)
tree64c153fe82ee52af7b86c0cc11aa499342d7907f /configure
parent53e9c5d526ee02f7dacb8804394b770da8914c77 (diff)
Revert "Changes: package the examples into an own debian package"
This reverts commit fda18b0113f136ca340ea074ebb14f293606ab3d. Build of examples depend on a installed libmeegotouch
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 605961cb..7fa3cb9f 100755
--- a/configure
+++ b/configure
@@ -61,7 +61,6 @@ CFG_MINIMAL=no
CFG_BUILD_TESTS=no
CFG_BUILD_BENCHMARKS=no
CFG_BUILD_PLAINQT=yes
-CFG_BUILD_EXAMPLES=no
M_DEFAULT_BUILD_PARTS="libs demos"
CFG_BUILD_PARTS=""
@@ -218,7 +217,6 @@ while [ "$#" -gt 0 ]; do
dev)
CFG_DEV="yes"
CFG_BUILD_TESTS="yes"
- CFG_BUILD_EXAMPLES="yes"
CFG_BUILD_BENCHMARKS="yes"
CFG_BUILD_PLAINQT="yes"
;;
@@ -228,9 +226,6 @@ while [ "$#" -gt 0 ]; do
tests)
CFG_BUILD_TESTS="yes"
;;
- examples)
- CFG_BUILD_EXAMPLES="yes"
- ;;
benchmarks)
CFG_BUILD_BENCHMARKS="yes"
;;
@@ -342,14 +337,6 @@ else
fi
fi
-if [ "$CFG_BUILD_EXAMPLES" = "yes" ]; then
- CFG_BUILD_PARTS="$CFG_BUILD_PARTS examples"
-else
- if echo $CFG_BUILD_PARTS | grep examples >/dev/null 2>&1; then
- CFG_BUILD_EXAMPLES="yes"
- fi
-fi
-
# is this a shadow build?
if [ "$OPT_SHADOW" = "maybe" ]; then
OPT_SHADOW=no
@@ -475,7 +462,6 @@ Additional options:
-tests ............. Build the tests.
-benchmarks ........ Build the benchmarks.
- -examples .......... Build the examples.
-n900 .............. Build libmeegotouch for the N900 device.
@@ -795,7 +781,6 @@ echo
echo "Benchmarks .......... $CFG_BUILD_BENCHMARKS"
echo "Plain Qt support .... $CFG_BUILD_PLAINQT"
echo "Tests ............... $CFG_BUILD_TESTS"
-echo "Examples ............ $CFG_BUILD_EXAMPLES"
if [ "$HAVE_N900" = "yes" ]; then
echo ""