Skip to content

Commit c4931db

Browse files
choppsv1michalvasko
authored andcommitted
build BUGFIX update pkg-config with new libpcre2 requirement
1 parent d43298b commit c4931db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libyang.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
55
Name: @PROJECT_NAME@
66
Description: @LIBYANG_DESCRIPTION@
77
Version: @LIBYANG_VERSION@
8-
Requires.private: libpcre
8+
Requires.private: libpcre2-8
99
Libs: -L${libdir} -lyang
10-
Libs.private: -lpcre
10+
Libs.private: -lpcre2-8
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)