~midori/midori/webKitTwoOnly

« back to all changes in this revision

Viewing changes to configure

  • Committer: Tarmac
  • Author(s): Paweł Forysiuk, Christian Dywan
  • Date: 2013-11-05 18:00:59 UTC
  • mfrom: (6448.1.33 less-warnings)
  • Revision ID: tarmac-20131105180059-dypdrl07lyejesr3
Resolve compiler warnings in current trunk

Add EXTRA_WARNINGS flag to increase verbosity
Respect VALAC for the Vala compiler if defined
Sort out Vala 0.16 build issues
Make warnings fatal for bzr builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#~    --disable-zeitgeist    Disable Zeitgeist history integration
18
18
#~    --enable-granite       Fancy notebook and pop-overs
19
19
#~    --enable-apidocs       API documentation
 
20
#~
 
21
#~  Environment:
 
22
#~    VALAC if defined the valac executable to use, for example valac-0.16
20
23
#
21
24
 
22
25
if [ -z `command -v cmake` ]; then
34
37
            ARGS="$ARGS -DUSE_GRANITE=1";;
35
38
        --enable-apidocs)
36
39
            ARGS="$ARGS -DUSE_APIDOCS=1";;
 
40
        --extra-warnings)
 
41
            ARGS="$ARGS -DEXTRA_WARNINGS=1";;
37
42
        --prefix=*)
38
43
            ARGS="$ARGS -DCMAKE_INSTALL_PREFIX=${1#*=}";;
39
44
        *)