diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
commit | cbd57575610905473e21cffb01a94ba8f2f72c7f (patch) | |
tree | 9195915d9ddc682025006735db9d4a52f8f06ae6 /xfont | |
parent | 0cec914363b83b07235fc2bf75346bd4b6e1e562 (diff) |
Update to cups 1.1.20 final, Fix the psmic build (m4 files added), fix the do_stage target for fixesext, and add libtool to inherit for xdmcp and xfont.
BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g
Diffstat (limited to 'xfont')
-rw-r--r-- | xfont/xfont-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe index 8684415b4a..5d6aa6a6e4 100644 --- a/xfont/xfont-cvs.oe +++ b/xfont/xfont-cvs.oe @@ -7,7 +7,7 @@ DEPENDS=virtual/libc zlib xproto-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont S=${WORKDIR}/Xfont -inherit autotools pkgconfig +inherit autotools pkgconfig libtool do_stage() { oe_runmake install DESTDIR=${STAGING_DIR} \ |