From: Elan Ruusamäe Date: Sun, 31 Aug 2014 18:01:04 +0000 (+0300) Subject: fix build with wxwidgets X-Git-Tag: auto/th/aegisub-3.2.0-1~5 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f9d7036886eec4a5401fdc8d60efa25bc9392a44;p=packages%2Faegisub.git fix build with wxwidgets --- diff --git a/aegisub.spec b/aegisub.spec index d511e41..357579f 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -1,5 +1,7 @@ # TODO # - needs wx-config to build with wxWidgets +# - system luajit +# - our cxxflags # Conditional build: %bcond_with ffms2 @@ -28,6 +30,7 @@ BuildRequires: lua51-devel BuildRequires: pkg-config >= 0.20 BuildRequires: pulseaudio-devel >= 0.5 BuildRequires: tar >= 1:1.22 +BuildRequires: wxGTK2-unicode-gl-devel BuildRequires: wxWidgets-devel >= 2.9.5 BuildRequires: xz BuildRequires: zlib-devel @@ -50,15 +53,10 @@ support using these advanced functions with ease. %setup -q %build -%{__gettextize} -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__autoheader} - %configure \ --with-player-audio=PulseAudio \ --disable-update-checker \ + --with-wx-config=wx-gtk2-unicode-config \ --without-oss %{__make}