mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-embedded/qdl: add missing packages in RDEPEND
Closes: https://bugs.gentoo.org/932346 Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
@@ -16,11 +16,14 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-libs/libxml2"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="
|
||||
virtual/libudev
|
||||
virtual/pkgconfig
|
||||
dev-libs/libxml2
|
||||
"
|
||||
dev-libs/libxml2"
|
||||
|
||||
src_compile() {
|
||||
PKG_CONFIG=$(tc-getPKG_CONFIG)
|
||||
|
||||
@@ -12,11 +12,17 @@ EGIT_REPO_URI="https://github.com/andersson/qdl.git"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
COMMON_DEPS="
|
||||
dev-libs/libusb
|
||||
dev-libs/libxml2"
|
||||
|
||||
RDEPEND="${COMMON_DEPS}"
|
||||
|
||||
DEPEND="${COMMON_DEPS}"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-libs/libusb
|
||||
dev-libs/libxml2
|
||||
"
|
||||
${COMMON_DEPS}"
|
||||
|
||||
src_compile() {
|
||||
PKG_CONFIG=$(tc-getPKG_CONFIG)
|
||||
|
||||
Reference in New Issue
Block a user