summaryrefslogtreecommitdiff
path: root/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch')
-rw-r--r--kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch b/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch
deleted file mode 100644
index c82bb8fad38..00000000000
--- a/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: kalgebra/src/CMakeLists.txt
-===================================================================
---- kalgebra/src/CMakeLists.txt (revision 767350)
-+++ kalgebra/src/CMakeLists.txt (working copy)
-@@ -24,7 +24,6 @@
- functionedit.cpp
- varedit.cpp
- main.cpp
-- graph3d.cpp
- expressionedit.cpp
- graph2d.cpp
- operatorsmodel.cpp
-@@ -33,6 +32,10 @@
- functionimpl.cpp
- )
-
-+if(OPENGL_FOUND)
-+ set(kalgebra_SRCS ${kalgebra_SRCS} graph3d.cpp)
-+endif(OPENGL_FOUND)
-+
- #uncomment this if oxygen icons for kalgebra are available
- #kde4_add_app_icon(kalgebra_SRCS "${CMAKE_INSTALL_PREFIX}/share/icons/oxygen/*/apps/kalgebra.png")
-