Skip to content
Snippets Groups Projects
Commit dbc0caf3 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed gpr name in .pc file

parent c34a3a6e
No related branches found
No related tags found
No related merge requests found
...@@ -336,8 +336,8 @@ HAS_PKG_CONFIG = $(shell command -v pkg-config >/dev/null 2>&1 && echo true || e ...@@ -336,8 +336,8 @@ HAS_PKG_CONFIG = $(shell command -v pkg-config >/dev/null 2>&1 && echo true || e
PC_TEMPLATE = prefix=$(prefix)\nexec_prefix=\$${prefix}\nincludedir=\$${prefix}/include\nlibdir=\$${exec_prefix}/lib\n\nName: $(PC_NAME)\nDescription: $(PC_DESCRIPTION)\nVersion: $(VERSION)\nCflags: -I\$${includedir} $(PC_CFLAGS)\nRequires.private: $(PC_REQUIRES_PRIVATE)\nLibs: -L\$${libdir}\nLibs.private: $(PC_LIBS_PRIVATE) PC_TEMPLATE = prefix=$(prefix)\nexec_prefix=\$${prefix}\nincludedir=\$${prefix}/include\nlibdir=\$${exec_prefix}/lib\n\nName: $(PC_NAME)\nDescription: $(PC_DESCRIPTION)\nVersion: $(VERSION)\nCflags: -I\$${includedir} $(PC_CFLAGS)\nRequires.private: $(PC_REQUIRES_PRIVATE)\nLibs: -L\$${libdir}\nLibs.private: $(PC_LIBS_PRIVATE)
   
# gpr .pc file # gpr .pc file
PC_NAME = Google Public Runtime PC_NAME = gRPC Portable Runtime
PC_DESCRIPTION = Google Public Runtime PC_DESCRIPTION = gRPC Portable Runtime
PC_CFLAGS = -pthread PC_CFLAGS = -pthread
PC_REQUIRES_PRIVATE = PC_REQUIRES_PRIVATE =
PC_LIBS_PRIVATE = -lpthread PC_LIBS_PRIVATE = -lpthread
......
...@@ -361,8 +361,8 @@ Libs: -L${'\$${libdir}'}\n\ ...@@ -361,8 +361,8 @@ Libs: -L${'\$${libdir}'}\n\
Libs.private: $(PC_LIBS_PRIVATE) Libs.private: $(PC_LIBS_PRIVATE)
# gpr .pc file # gpr .pc file
PC_NAME = Google Public Runtime PC_NAME = gRPC Portable Runtime
PC_DESCRIPTION = Google Public Runtime PC_DESCRIPTION = gRPC Portable Runtime
PC_CFLAGS = -pthread PC_CFLAGS = -pthread
PC_REQUIRES_PRIVATE = PC_REQUIRES_PRIVATE =
PC_LIBS_PRIVATE = -lpthread PC_LIBS_PRIVATE = -lpthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment