[cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470)
authorebraminio <ebrahim@gnu.org>
Mon, 17 Apr 2017 11:23:46 +0000 (15:53 +0430)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2017 11:23:46 +0000 (15:53 +0430)
CMakeLists.txt

index a43857e..2c03f2b 100644 (file)
@@ -36,9 +36,7 @@ include_directories(AFTER
   ${PROJECT_BINARY_DIR}/src
   )
 
-# feel free to discuss these or more with the maintainers
 add_definitions(-DHAVE_OT)
-add_definitions(-DHB_DISABLE_DEPRECATED)
 
 if (BUILD_SHARED_LIBS)
   add_definitions(-DHAVE_ATEXIT)