mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/glib: --buildtype -> -Dbuildtype for meson.eclass changes
Since b95ea11330, we need to do -Dbuildtype,
not --buildtype.
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -179,7 +179,7 @@ multilib_src_configure() {
|
||||
#fi
|
||||
|
||||
local emesonargs=(
|
||||
--buildtype $(usex debug debug plain)
|
||||
-Dbuildtype=$(usex debug debug plain)
|
||||
-Ddefault_library=$(usex static-libs both shared)
|
||||
-Druntime_dir="${EPREFIX}"/run
|
||||
$(meson_feature selinux)
|
||||
|
||||
@@ -179,7 +179,7 @@ multilib_src_configure() {
|
||||
#fi
|
||||
|
||||
local emesonargs=(
|
||||
--buildtype $(usex debug debug plain)
|
||||
-Dbuildtype=$(usex debug debug plain)
|
||||
-Ddefault_library=$(usex static-libs both shared)
|
||||
-Druntime_dir="${EPREFIX}"/run
|
||||
$(meson_feature selinux)
|
||||
|
||||
@@ -187,7 +187,7 @@ multilib_src_configure() {
|
||||
#fi
|
||||
|
||||
local emesonargs=(
|
||||
--buildtype $(usex debug debug plain)
|
||||
-Dbuildtype=$(usex debug debug plain)
|
||||
-Ddefault_library=$(usex static-libs both shared)
|
||||
-Druntime_dir="${EPREFIX}"/run
|
||||
$(meson_feature selinux)
|
||||
|
||||
Reference in New Issue
Block a user