updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / freepv / disable_plugin.diff
blob8f6d2bb651561e5b996f80f51538b308f313d45d
1 diff -rup freepv-0.3.0/CMakeLists.txt freepv-0.3.0.new//CMakeLists.txt
2 --- freepv-0.3.0/CMakeLists.txt 2009-05-02 01:12:31.000000000 +0200
3 +++ freepv-0.3.0.new//CMakeLists.txt 2011-08-14 12:02:57.462015099 +0200
4 @@ -89,7 +89,7 @@ find_package(JPEG REQUIRED)
5 find_package(FREEGLUT REQUIRED)
6 find_package(OpenGL REQUIRED)
7 find_package(X11 REQUIRED)
8 -find_package(GECKO REQUIRED)
9 +#find_package(GECKO REQUIRED)
10 find_package(LibXml2 REQUIRED)
11 find_package(PNG REQUIRED)
12 find_package(XF86VM REQUIRED)
13 diff -rup freepv-0.3.0/src/CMakeLists.txt freepv-0.3.0.new//src/CMakeLists.txt
14 --- freepv-0.3.0/src/CMakeLists.txt 2009-05-02 01:12:31.000000000 +0200
15 +++ freepv-0.3.0.new//src/CMakeLists.txt 2011-08-14 12:03:10.395160335 +0200
16 @@ -5,7 +5,7 @@ add_subdirectory (libfreepv)
17 add_subdirectory (freepv-glut)
18 add_subdirectory (utils)
19 if(UNIX)
20 - add_subdirectory (freepv-mozilla)
21 +# add_subdirectory (freepv-mozilla)
22 add_subdirectory (freepv-glx)
23 endif(UNIX)