replace libprotobuf9 with libprotobuf-lite9 77/71077/1 accepted/tizen/common/20160530.132124 accepted/tizen/ivi/20160602.022408 accepted/tizen/mobile/20160602.022436 accepted/tizen/wearable/20160602.022338 submit/tizen/20160530.064520
authorJongkyu Koo <jk.koo@samsung.com>
Tue, 24 May 2016 04:23:40 +0000 (13:23 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Tue, 24 May 2016 04:23:40 +0000 (13:23 +0900)
Change-Id: I44a37b7e805ac69eaef854088f49fadb3a5c6d09
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
cpp/CMakeLists.txt
packaging/libphonenumber.spec

index 1eeaa2f..8ec1c89 100644 (file)
@@ -102,9 +102,9 @@ if (${USE_RE2} STREQUAL "ON")
   find_required_library (RE2 re2/re2.h re2 "Google RE2")
 endif ()
 
-find_required_library (PROTOBUF google/protobuf/message_lite.h protobuf
+find_required_library (PROTOBUF google/protobuf/message_lite.h protobuf-lite
                        "Google Protocol Buffers")
-check_library_version (PC_PROTOBUF protobuf>=2.4)
+check_library_version (PC_PROTOBUF protobuf-lite>=2.4)
 
 find_required_library (ICU_UC unicode/uchar.h icuuc "ICU")
 check_library_version (PC_ICU_UC icu-uc>=4.4)
index 822b05c..dae89c9 100644 (file)
@@ -11,7 +11,7 @@ BuildRequires:  gcc-c++
 BuildRequires:  cmake
 BuildRequires:  gtest-devel
 BuildRequires:  re2-devel
-BuildRequires:  protobuf-devel
+BuildRequires:  pkgconfig(protobuf-lite)
 BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(icu-i18n)