summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-06-15 19:02:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-06-15 19:02:51 +0000
commit18a91696a4da9d9620dc63a3a35c0d976eb2e202 (patch)
tree0ac3665b5b57794465b39bebca930bb34c91fae4
parentb49dab19c771f3a6093d1898db66cb6834dd03c6 (diff)
fixed compile errors
BKrev: 40cf47dbOCLjAyIGs04_o9Vg31T7mw
-rw-r--r--util-linux/util-linux-2.12/my_dev_t.h.diff0
-rw-r--r--util-linux/util-linux_2.12.oe3
-rw-r--r--vectoroids/vectoroids_1.1.0.oe2
3 files changed, 3 insertions, 2 deletions
diff --git a/util-linux/util-linux-2.12/my_dev_t.h.diff b/util-linux/util-linux-2.12/my_dev_t.h.diff
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/util-linux/util-linux-2.12/my_dev_t.h.diff
diff --git a/util-linux/util-linux_2.12.oe b/util-linux/util-linux_2.12.oe
index 0fc2091a3f..21c80a6593 100644
--- a/util-linux/util-linux_2.12.oe
+++ b/util-linux/util-linux_2.12.oe
@@ -7,7 +7,8 @@ SRC_URI = "http://ftp.cwi.nl/aeb/util-linux/util-linux-${PV}.tar.gz \
file://MCONFIG \
file://make_include \
file://swapargs.h \
- file://defines.h"
+ file://defines.h \
+ file://my_dev_t.h.diff;patch=1"
EXTRA_OEMAKE = ""
do_compile () {
diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe
index ce2539785b..840cb45db7 100644
--- a/vectoroids/vectoroids_1.1.0.oe
+++ b/vectoroids/vectoroids_1.1.0.oe
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
-DEPENDS = "virtual/libqpe virtual/libsdl"
+DEPENDS = "virtual/libqpe virtual/libsdl libsdl-image libsdl-mixer"
SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${PV}.tar.gz"