OSDN Git Service

fix descriptions of some packages
authorIvailo Monev <xakepa10@gmail.com>
Mon, 7 Mar 2016 16:59:56 +0000 (16:59 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 7 Mar 2016 16:59:56 +0000 (16:59 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
CMakeLists.txt

index f054c88..d7963f2 100644 (file)
@@ -361,7 +361,7 @@ set_package_properties(GTK2 PROPERTIES
 find_package(EGL)
 set_package_properties(EGL PROPERTIES
     PURPOSE "Required for EGL support"
-    DESCRIPTION "Platform dependendant EGL implementation"
+    DESCRIPTION "Platform dependent EGL implementation"
     URL ""
     TYPE RECOMMENDED
 )
@@ -369,7 +369,7 @@ set_package_properties(EGL PROPERTIES
 find_package(OpenGL)
 set_package_properties(OpenGL PROPERTIES
     PURPOSE "Required for GL/EGL support"
-    DESCRIPTION "Platform dependendant OpenGL implementation"
+    DESCRIPTION "Platform dependent OpenGL implementation"
     URL ""
     TYPE RECOMMENDED
 )
@@ -426,7 +426,7 @@ set_package_properties(VLC PROPERTIES
 find_package(Threads)
 set_package_properties(Threads PROPERTIES
     PURPOSE "Required for threads support"
-    DESCRIPTION "Platform dependendant threads implementation"
+    DESCRIPTION "Platform dependent threads implementation"
     URL ""
     TYPE RECOMMENDED
 )