Lines 22-28
Link Here
|
22 |
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] |
22 |
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] |
23 |
>=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}] |
23 |
>=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}] |
24 |
>=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}] |
24 |
>=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}] |
25 |
x11-libs/gtk+:2[${MULTILIB_USEDEP}] |
25 |
x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?] |
26 |
introspection? ( >=dev-libs/gobject-introspection-1 ) |
26 |
introspection? ( >=dev-libs/gobject-introspection-1 ) |
27 |
" |
27 |
" |
28 |
DEPEND="${RDEPEND} |
28 |
DEPEND="${RDEPEND} |
Lines 42-57
Link Here
|
42 |
} |
42 |
} |
43 |
|
43 |
|
44 |
multilib_src_configure() { |
44 |
multilib_src_configure() { |
|
|
45 |
local myconf="--disable-introspection" |
46 |
|
45 |
if multilib_is_native_abi; then |
47 |
if multilib_is_native_abi; then |
46 |
local -x VALAC VAPIGEN_VAPIDIR PKG_CONFIG_PATH |
48 |
local -x VALAC VAPIGEN_VAPIDIR PKG_CONFIG_PATH |
47 |
use introspection && vala_src_prepare |
49 |
use introspection && vala_src_prepare |
|
|
50 |
myconf="$(use_enable introspection)" |
48 |
fi |
51 |
fi |
49 |
|
52 |
|
50 |
ECONF_SOURCE=${S} \ |
53 |
ECONF_SOURCE=${S} \ |
51 |
econf \ |
54 |
econf \ |
52 |
--disable-silent-rules \ |
55 |
--disable-silent-rules \ |
53 |
--disable-static \ |
56 |
--disable-static \ |
54 |
--with-gtk=2 |
57 |
--with-gtk=2 \ |
|
|
58 |
${myconf} |
55 |
} |
59 |
} |
56 |
|
60 |
|
57 |
multilib_src_install() { |
61 |
multilib_src_install() { |