diff options
Diffstat (limited to 'xrandr')
-rw-r--r-- | xrandr/xrandr-cvs.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xrandr/xrandr-cvs.oe b/xrandr/xrandr-cvs.oe index e69de29bb2..9651b01eaf 100644 --- a/xrandr/xrandr-cvs.oe +++ b/xrandr/xrandr-cvs.oe @@ -0,0 +1,17 @@ +SECTION="libs" +DEPENDS=virtual/libc randr-cvs x11-cvs render-cvs xrender-cvs +PROVIDES=xrandr + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr +S=${WORKDIR}/Xrandr + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} |