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 /xdmcp | |
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 'xdmcp')
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe index 6ff9b798ce..e3723f0cea 100644 --- a/xdmcp/xdmcp-cvs.oe +++ b/xdmcp/xdmcp-cvs.oe @@ -7,7 +7,7 @@ DEPENDS=virtual/libc xproto-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp S=${WORKDIR}/Xdmcp -inherit autotools pkgconfig +inherit autotools pkgconfig libtool do_stage() { oe_runmake install DESTDIR=${STAGING_DIR} \ |