diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
commit | 35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch) | |
tree | 7f349b597b0a5604f68400e6db0820749e5c91f8 /epeg/epeg.oe | |
parent | aa7792d1c07358bee1370a9bee01ed025627cf7e (diff) |
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'epeg/epeg.oe')
-rw-r--r-- | epeg/epeg.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/epeg/epeg.oe b/epeg/epeg.oe index e69de29bb2..60a94101df 100644 --- a/epeg/epeg.oe +++ b/epeg/epeg.oe @@ -0,0 +1,9 @@ +PV = ${DATE} + +DEPENDS = virtual/libc libjpeg +RDEPENDS = libc6 jpeg + +SRC_URI = cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg +S = ${WORKDIR}/epeg + +inherit autotools libtool |