]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- specify which mozilla to use, autodetection always choose firefox if
[packages/galeon.git] / galeon.spec
index ac6e5ba9213be4b14773011cc546aab08145b435..5a463c81db6e3c85ddb7731705693bfbce72c36e 100644 (file)
@@ -112,9 +112,14 @@ cp /usr/share/automake/mkinstalldirs .
 %configure \
        --disable-schemas-install \
        %if %{with nautilus}
-       --enable-nautilus-view=yes
+       --enable-nautilus-view=yes \
        %else
-       --enable-nautilus-view=no
+       --enable-nautilus-view=no \
+       %endif
+       %if %{with mozilla_firefox}
+       --with-mozilla=firefox
+       %else
+       --with-mozilla=xulrunner
        %endif
 %{__make}
 
This page took 0.113158 seconds and 4 git commands to generate.