]> git.pld-linux.org Git - packages/fox.git/commitdiff
- enable more features via ./configure auto/th/fox-1_6_34-1 auto/ti/fox-1_6_34-1
authortwittner <twittner@pld-linux.org>
Sun, 17 Aug 2008 10:22:02 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fox.spec -> 1.104

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.058056 seconds and 4 git commands to generate.