From bf6cb31e052574f58e75ddda85420e4821a1c5da Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 24 Feb 2024 19:19:50 +0530 Subject: Add directxmath to packages, same as directx-headers Same reason as ab209c2a9ea51335549d9459492ab544f999ecb8 Part-of: --- packages/gstreamer-1.0-codecs.package | 1 + recipes/directxmath.recipe | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/gstreamer-1.0-codecs.package b/packages/gstreamer-1.0-codecs.package index 70d445b9..6a59da3e 100644 --- a/packages/gstreamer-1.0-codecs.package +++ b/packages/gstreamer-1.0-codecs.package @@ -29,6 +29,7 @@ class Package(custom.GStreamer, package.Package): def prepare(self): if self.config.variants.visualstudio: + self.files_devel.append('directxmath:files_devel') self.files_devel.append('directx-headers:files_devel') if self.config.variants.vaapi: diff --git a/recipes/directxmath.recipe b/recipes/directxmath.recipe index 20204581..b843af34 100644 --- a/recipes/directxmath.recipe +++ b/recipes/directxmath.recipe @@ -11,6 +11,8 @@ class Recipe(recipe.Recipe): tarball_name = 'dec2022.tar.gz' tarball_dirname = 'DirectXMath-dec2022' + files_devel = [] + patches = [ # https://wrapdb.mesonbuild.com/v2/directxmath_3.1.8-1/get_patch 'directxmath/0001-Add-DirectXMath-wrap.patch', -- cgit v1.2.3