From 8ef8b9a9f0869c68d12fc31e9f3049806f6d7c97 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 7 Mar 2016 16:59:56 +0000 Subject: [PATCH] fix descriptions of some packages Signed-off-by: Ivailo Monev --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f054c8897..d7963f264 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) -- 2.11.0