diff options
author | L. E. Segovia <amy@centricular.com> | 2024-07-28 13:44:24 +0000 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2024-07-29 18:05:21 +0000 |
commit | 60129cf339186d516d29b787207c377f7a02ec7a (patch) | |
tree | f8b34099c99cb98d9f2c301f7f15ca8767f75a33 | |
parent | fa286f883f6201a8bcdeb8fec6def43a2e321c22 (diff) |
recipe: Make all pkg-config modules relocatable irrespective of generation platform1.24.6
Fixes #487
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1535>
-rw-r--r-- | cerbero/build/recipe.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cerbero/build/recipe.py b/cerbero/build/recipe.py index 7c7d08bf..8e4d768b 100644 --- a/cerbero/build/recipe.py +++ b/cerbero/build/recipe.py @@ -414,9 +414,6 @@ SOFTWARE LICENSE COMPLIANCE.\n\n''' Make all .pc files relocatable by setting `prefix` relative to ${pcfiledir} ''' - if self.config.platform == Platform.LINUX: - return - for f in self.files_list_by_category(self.DEVEL_CAT): if not f.endswith('.pc'): continue |