Lines 1-4
Link Here
|
1 |
# Copyright 1999-2019 Gentoo Authors |
1 |
# Copyright 1999-2020 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI="7" |
4 |
EAPI="7" |
Lines 16-25
IUSE="static-libs udev"
Link Here
|
16 |
|
16 |
|
17 |
RDEPEND=">=dev-libs/glib-2.36:2 |
17 |
RDEPEND=">=dev-libs/glib-2.36:2 |
18 |
udev? ( dev-libs/libgudev:= )" |
18 |
udev? ( dev-libs/libgudev:= )" |
19 |
DEPEND="${RDEPEND} |
19 |
DEPEND="${RDEPEND}" |
|
|
20 |
BDEPEND="dev-util/glib-utils |
20 |
dev-util/gtk-doc-am |
21 |
dev-util/gtk-doc-am |
21 |
virtual/pkgconfig" |
22 |
virtual/pkgconfig" |
22 |
BDEPEND="dev-util/glib-utils" |
|
|
23 |
|
23 |
|
24 |
src_configure() { |
24 |
src_configure() { |
25 |
econf \ |
25 |
econf \ |
26 |
- |
|
|