diff options
author | Steve McDaniel <steve@klumzy.com> | 2021-08-07 22:44:26 -0400 |
---|---|---|
committer | Steve McDaniel <steve@klumzy.com> | 2021-08-07 22:44:26 -0400 |
commit | 0217c0b6793ff1430e261938d2764916b3b6d019 (patch) | |
tree | 83fce2ae01a660ef9a7fa634b005d702f5a379d6 | |
parent | 90f0fdea4565b0f81f88f8b872439027ac7f6ee9 (diff) |
Removed dash in wildcard selection of libunwind*.pc files.
Extra dash prevents libunwind.pc from getting included in files_devel.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/722>
-rw-r--r-- | recipes/libunwind.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libunwind.recipe b/recipes/libunwind.recipe index d6478f2e..99ee3b8f 100644 --- a/recipes/libunwind.recipe +++ b/recipes/libunwind.recipe @@ -14,4 +14,4 @@ class Recipe(recipe.Recipe): files_libs = ['libunwind'] files_devel = ['include/libunwind-*.h', 'include/unwind.h', - 'lib/pkgconfig/libunwind-*.pc'] + 'lib/pkgconfig/libunwind*.pc'] |