summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-02-08 08:14:41 +0000
committerNirbheek Chauhan <nirbheek@centricular.com>2024-02-08 08:14:41 +0000
commitab209c2a9ea51335549d9459492ab544f999ecb8 (patch)
treead86b554475e45b02f0271d51ce8dcbf7fa64757 /recipes
parent9ad450944e0a9ef2708cbb69bb86348ea07ef9b7 (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.recipe1
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 = []