Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 816702
Collapse All | Expand All

(-)gstreamer-meson.eclass.orig (-2 / +3 lines)
Lines 380-391 Link Here
380
	if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then
380
	if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then
381
		eninja
381
		eninja
382
	else
382
	else
383
		local plugin_dir plugin
383
		local plugin_dir plugin build_dir
384
384
385
		build_dir=$(realpath "${BUILD_DIR}")
385
		for plugin_dir in ${GST_PLUGINS_BUILD_DIR} ; do
386
		for plugin_dir in ${GST_PLUGINS_BUILD_DIR} ; do
386
			plugin=$(_gstreamer_get_target_filename $(gstreamer_get_plugin_dir ${plugin_dir}))
387
			plugin=$(_gstreamer_get_target_filename $(gstreamer_get_plugin_dir ${plugin_dir}))
387
			plugin_path="${plugin%%:*}"
388
			plugin_path="${plugin%%:*}"
388
			eninja "${plugin_path/"${BUILD_DIR}/"}"
389
			eninja "${plugin_path/"${build_dir}/"}"
389
		done
390
		done
390
	fi
391
	fi
391
}
392
}

Return to bug 816702