diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-26 10:57:28 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-26 11:06:24 -0700 |
commit | b2458fdb271fbebf6900a62208da07719f143f82 (patch) | |
tree | 1936ae89f63e40358d40e0d25645f9e1f296f483 /eclass | |
parent | www-client/elinks: stable on arm (diff) | |
download | gentoo-b2458fdb271fbebf6900a62208da07719f143f82.tar.gz gentoo-b2458fdb271fbebf6900a62208da07719f143f82.tar.bz2 gentoo-b2458fdb271fbebf6900a62208da07719f143f82.zip |
xorg-3.eclass: BDEPEND on virtual/pkgconfig
Closes: https://bugs.gentoo.org/683866
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-3.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index 760e41462d7d..5b44ac34207f 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -140,7 +140,7 @@ if [[ ${XORG_STATIC} == yes \ IUSE+=" static-libs" fi -DEPEND+=" virtual/pkgconfig" +BDEPEND+=" virtual/pkgconfig" # @ECLASS-VARIABLE: XORG_DRI # @DESCRIPTION: |