diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 09:44:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 09:44:56 +0000 |
commit | da6495054d4f96a65e8140d27f107cddd67bee64 (patch) | |
tree | deb4d1344ec92a6913c42a3e57aca185be91de47 /xrandr | |
parent | 6720d73166bc065e596c0d7513ba5f56cb9f0484 (diff) |
apply xrandr-libxrandr2.patch courtesy Glenn McGrath
BKrev: 4084f118sQD8wG09bHawQbjvamTp1A
Diffstat (limited to 'xrandr')
-rw-r--r-- | xrandr/xrandr-cvs.oe | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/xrandr/xrandr-cvs.oe b/xrandr/xrandr-cvs.oe index 8d6056afe0..026b5c9a0e 100644 --- a/xrandr/xrandr-cvs.oe +++ b/xrandr/xrandr-cvs.oe @@ -1,18 +1,12 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -DEPENDS = "virtual/libc randr x11 render xrender xext" -PROVIDES = "xrandr" -DESCRIPTION = "X Resize and Rotate extension library." +DEPENDS = "virtual/libc libXrandr x11 render xrender xext" +DESCRIPTION = "X Resize and Rotate extension command." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr" -S = "${WORKDIR}/Xrandr" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr" +S = "${WORKDIR}/xrandr" inherit autotools pkgconfig libtool -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} +do_configure_prepend() { + ./autogen.sh } |