From 7423ca788040a827f9d957834763e481dc42a105 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sun, 17 Dec 2006 18:13:43 +0000 Subject: [PATCH] - add --enable-timer to build wxTimer class for XaraLX. - NOTE: if anyone else needs any non-default classes or features enabled, let me know. Thanks! --- wxGTK.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wxGTK.spec b/wxGTK.spec index 2152b04..17002cd 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.8.0 -Release: 2.8.0.1.2%{?dist} +Release: 2.8.0.1.3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -126,6 +126,7 @@ export GDK_USE_XFT=1 --enable-sound \ --enable-mediactrl \ --enable-display \ + --enable-timer \ --enable-compat24 make %{?_smp_mflags} @@ -213,6 +214,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Dec 17 2006 Matthew Miller - 2.8.0-2.8.0.1.3 +- add --enable-timer to build wxTimer class for XaraLX. +- NOTE: if anyone else needs any non-default classes or features enabled, + let me know. Thanks! + * Fri Dec 15 2006 Matthew Miller - 2.8.0-2.8.0.1.2 - buildrequires gettext