summaryrefslogtreecommitdiffstats
path: root/build-essential.pkg.in
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 21:29:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 21:29:52 (EDT)
commit620a2d830cf2a0af3aa71150ca95510839552605 (patch)
tree110463dba49264bdb45a2c09876d042d3f5e7fa8 /build-essential.pkg.in
parent37f1680d6ae2844092e0b7715c0e0f14824cf86d (diff)
build-essential-*-*-*: Depend on cpp-*-*-*
Diffstat (limited to 'build-essential.pkg.in')
-rw-r--r--build-essential.pkg.in/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control
index af7bce0..859c637 100644
--- a/build-essential.pkg.in/control
+++ b/build-essential.pkg.in/control
@@ -4,6 +4,7 @@ Depends:
build-essential-common (= ${Binary-Version}),
libc.6-dev,
binutils-@PKG_TARGET_ARCH@,
+ cpp-@PKG_TARGET_ARCH@,
gcc-@PKG_TARGET_ARCH@,
g++-@PKG_TARGET_ARCH@,
gmake,