]> git.pld-linux.org Git - packages/fox.git/blobdiff - fox.spec
- enable more features via ./configure
[packages/fox.git] / fox.spec
index 9f8b7d4f8a55c29301f3b8a044654ac75ff57b2f..cb3a35cbb6fb4d30b56f9459e306a1b1d0f9c6be 100644 (file)
--- a/fox.spec
+++ b/fox.spec
@@ -19,6 +19,7 @@ BuildRequires:        OpenGL-GLU-devel
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
 BuildRequires: bzip2-devel >= 1.0.2
+BuildRequires: cups-devel
 BuildRequires: doxygen
 BuildRequires: graphviz
 BuildRequires: libjpeg-devel >= 6b
@@ -134,10 +135,17 @@ FOX - przykładowe programy.
 %{__autoconf}
 %{__automake}
 %configure \
+       --enable-cups \
        %{?debug:--enable-debug}%{!?debug:--enable-release} \
        --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no} \
        --with-opengl \
-       --with-xft
+       --with-xft \
+       --with-shape \
+       --with-xshm \
+       --with-xcursor \
+       --with-xrandr \
+       --with-xim
+
 %{__make}
 
 %{__make} -C doc docs
This page took 0.130104 seconds and 4 git commands to generate.