Commit 55bf351e authored by Claes Sjofors's avatar Claes Sjofors

pwre, qt not default

parent c0f6cdea
...@@ -853,7 +853,7 @@ sub method_build () ...@@ -853,7 +853,7 @@ sub method_build ()
merge(); merge();
} }
if ( $flavour eq "") { if ( $flavour eq "") {
$flavour = "qt"; $flavour = "gtk";
} }
if ( $_[0] eq "wb" ) { if ( $_[0] eq "wb" ) {
printf("-- Method build %s %s\n", $program, $flavour); printf("-- Method build %s %s\n", $program, $flavour);
...@@ -954,10 +954,10 @@ sub build_module () ...@@ -954,10 +954,10 @@ sub build_module ()
} }
if ( $_[0] eq "motif" || $_[1] eq "motif" || $_[2] eq "motif" || $_[3] eq "motif") { if ( $_[0] eq "motif" || $_[1] eq "motif" || $_[2] eq "motif" || $_[3] eq "motif") {
$flavour = "motif"; $flavour = "motif";
} elsif ( $_[0] eq "gtk" || $_[1] eq "gtk" || $_[2] eq "gtk" || $_[3] eq "gtk") { } elsif ( $_[0] eq "qt" || $_[1] eq "qt" || $_[2] eq "qt" || $_[3] eq "qt") {
$flavour = "gtk";
} else {
$flavour = "qt"; $flavour = "qt";
} else {
$flavour = "gtk";
} }
if (!defined($ENV{"pwre_env"})) { if (!defined($ENV{"pwre_env"})) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment