From d15781b3fd2d351b52dfabc4c0c9236e098114d9 Mon Sep 17 00:00:00 2001 From: twittner Date: Sun, 17 Aug 2008 10:22:02 +0000 Subject: [PATCH] - enable more features via ./configure Changed files: fox.spec -> 1.104 --- fox.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fox.spec b/fox.spec index 9f8b7d4..cb3a35c 100644 --- 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 -- 2.44.0