summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McDaniel <steve@klumzy.com>2021-08-07 22:44:26 -0400
committerTim-Philipp Müller <tim@centricular.com>2021-08-11 12:59:25 +0100
commita107f0a3950140285de18cd84657ec2c445acea8 (patch)
treee37174f0d2a403502526550c3707aebb17dc0a47
parent2abdfce53d43abde9d724827259f3d0a1b614fb6 (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/723>
-rw-r--r--recipes/libunwind.recipe2
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']