diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-02-08 08:14:41 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-02-08 08:14:41 +0000 |
commit | ab209c2a9ea51335549d9459492ab544f999ecb8 (patch) | |
tree | ad86b554475e45b02f0271d51ce8dcbf7fa64757 /recipes | |
parent | 9ad450944e0a9ef2708cbb69bb86348ea07ef9b7 (diff) |
directx-headers: Workaround for fetch-package1.23.1
directx-headers was not being pulled in by fetch-package, because that
is populated using the entries in the .package files. However, we
don't actually want to package anything from it.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1350>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/directx-headers.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/directx-headers.recipe b/recipes/directx-headers.recipe index 3c525e70..aae23f28 100644 --- a/recipes/directx-headers.recipe +++ b/recipes/directx-headers.recipe @@ -9,3 +9,4 @@ class Recipe(recipe.Recipe): url = 'https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v%(version)s.tar.gz' tarball_checksum = 'edb8b52b1379f841df5d0d5e11dde08e0c3912508179fb3711f163382e88865c' + files_devel = [] |