updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / slade / slade-3.0.2-cmake.patch
blob032ae45a36c588769ef82aa2058c862de2c498c5
1 diff -ur slade.orig/src/CMakeLists.txt slade/src/CMakeLists.txt
2 --- slade.orig/src/CMakeLists.txt 2011-07-26 00:29:58.000000000 +0200
3 +++ slade/src/CMakeLists.txt 2011-08-16 09:34:36.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -find_package(wxWidgets COMPONENTS aui gl stc richtext REQUIRED)
6 +find_package(wxWidgets COMPONENTS aui gl stc richtext adv html REQUIRED)
7 include(${wxWidgets_USE_FILE})
9 set(SFML_FIND_COMPONENTS system audio)