Skip to content

Commit

Permalink
build BUGFIX update pkg-config with new libpcre2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 authored and michalvasko committed Mar 29, 2021
1 parent d43298b commit c4931db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libyang.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
Name: @PROJECT_NAME@
Description: @LIBYANG_DESCRIPTION@
Version: @LIBYANG_VERSION@
Requires.private: libpcre
Requires.private: libpcre2-8
Libs: -L${libdir} -lyang
Libs.private: -lpcre
Libs.private: -lpcre2-8
Cflags: -I${includedir}

0 comments on commit c4931db

Please sign in to comment.