summarylogtreecommitdiffstats
path: root/010-screencloud-1.5.0-fix-build.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-11 16:40:21 +0000
committerDaniel Bermond2020-01-13 01:12:20 +0000
commit83f6ab94760060cad1fd774b70a988bc4b9b5c54 (patch)
treefd88340b96c43730ca71b3ea364e96ae3ecf327f /010-screencloud-1.5.0-fix-build.patch
parentf6a3a951ad1b3033e56105df563403711080e9d6 (diff)
downloadaur-83f6ab94760060cad1fd774b70a988bc4b9b5c54.tar.gz
Updated to version 1.5.1
Diffstat (limited to '010-screencloud-1.5.0-fix-build.patch')
-rw-r--r--010-screencloud-1.5.0-fix-build.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/010-screencloud-1.5.0-fix-build.patch b/010-screencloud-1.5.0-fix-build.patch
deleted file mode 100644
index e592ce627b37..000000000000
--- a/010-screencloud-1.5.0-fix-build.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -Naurp a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2019-06-30 19:28:31.000000000 +0000
-+++ b/CMakeLists.txt 2019-11-24 17:39:45.214293986 +0000
-@@ -266,17 +266,6 @@ set(REQUIRED_LIBS ${REQUIRED_LIBS}
- ${QUAZIP_LIBRARY}
- )
-
--#Find Python
--if(PYTHON_USE_PYTHON3)
-- find_package(PythonLibs 3.3 REQUIRED)
--else(PYTHON_USE_PYTHON3)
-- find_package(PythonLibs 2.6 REQUIRED)
--endif(PYTHON_USE_PYTHON3)
--include_directories(${PYTHON_INCLUDE_DIR})
--set(REQUIRED_LIBS ${REQUIRED_LIBS}
-- ${PYTHON_LIBRARIES}
--)
--
- #Find PythonQt
- find_package(PythonQt REQUIRED)
- include_directories(${PYTHONQT_INCLUDE_DIR})
-@@ -296,6 +285,17 @@ else(PYTHONQT_QTALL_FOUND)
- message(STATUS "Using PythonQt_QtBindings (old) for Qt bindings.")
- endif(PYTHONQT_QTALL_FOUND)
-
-+#Find Python
-+if(PYTHON_USE_PYTHON3)
-+ find_package(PythonLibs 3.3 REQUIRED)
-+else(PYTHON_USE_PYTHON3)
-+ find_package(PythonLibs 2.6 REQUIRED)
-+endif(PYTHON_USE_PYTHON3)
-+include_directories(${PYTHON_INCLUDE_DIR})
-+set(REQUIRED_LIBS ${REQUIRED_LIBS}
-+ ${PYTHON_LIBRARIES}
-+)
-+
- #Platform specific libs
- if(WIN32)
- set(REQUIRED_LIBS ${REQUIRED_LIBS}