diff options
author | Sam James <sam@gentoo.org> | 2024-03-01 22:05:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-01 22:05:56 +0000 |
commit | 2a9619deb9ebd5af204c95a9be4704df1e9a48fb (patch) | |
tree | 63d9b24ae851a22cf5945fbe59f5a234bca16483 /media-libs/mesa/mesa-9999.ebuild | |
parent | dev-libs/efl: --buildtype -> -Dbuildtype for meson.eclass changes (diff) | |
download | gentoo-2a9619deb9ebd5af204c95a9be4704df1e9a48fb.tar.gz gentoo-2a9619deb9ebd5af204c95a9be4704df1e9a48fb.tar.bz2 gentoo-2a9619deb9ebd5af204c95a9be4704df1e9a48fb.zip |
media-libs/mesa: --buildtype -> -Dbuildtype for meson.eclass changes
Since b95ea11330e446d0deb89ca7d78356cb2a7d0d06, we need to do -Dbuildtype,
not --buildtype.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 8ad8fa7ea40f..500a79961ee4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -392,7 +392,7 @@ multilib_src_configure() { -Dvideo-codecs=$(usex proprietary-codecs "all" "all_free") -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}") -Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}") - --buildtype $(usex debug debug plain) + -Dbuildtype=$(usex debug debug plain) -Db_ndebug=$(usex debug false true) ) meson_src_configure |