diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 20:05:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 20:05:30 +0000 |
commit | 3bb1ea456f2465e1728739501074eab6976a7e9a (patch) | |
tree | 02b5f0a4c831db56c7908d0cff451b573d889631 | |
parent | c0693fb6be8d4f74e569963a5cec67df78af1721 (diff) |
fix xrandr build and xrand+libxrandr file names
BKrev: 40a91b0an-GEvs1LiZ27saiY1Bo-Gw
-rw-r--r-- | libxrandr/libxrandr-cvs.oe | 18 | ||||
-rw-r--r-- | libxrandr/libxrandr_cvs.oe | 0 | ||||
-rw-r--r-- | xrandr/xrandr-cvs.oe | 12 | ||||
-rw-r--r-- | xrandr/xrandr_cvs.oe | 0 |
4 files changed, 0 insertions, 30 deletions
diff --git a/libxrandr/libxrandr-cvs.oe b/libxrandr/libxrandr-cvs.oe deleted file mode 100644 index cfc0a94e39..0000000000 --- a/libxrandr/libxrandr-cvs.oe +++ /dev/null @@ -1,18 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -DEPENDS = "virtual/libc randr x11 render xrender xext" -PROVIDES = "libxrandr" -DESCRIPTION = "X Resize and Rotate extension library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr" -S = "${WORKDIR}/Xrandr" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/libxrandr/libxrandr_cvs.oe b/libxrandr/libxrandr_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libxrandr/libxrandr_cvs.oe diff --git a/xrandr/xrandr-cvs.oe b/xrandr/xrandr-cvs.oe deleted file mode 100644 index 4ae5f76880..0000000000 --- a/xrandr/xrandr-cvs.oe +++ /dev/null @@ -1,12 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -DEPENDS = "virtual/libc libXrandr x11 render xrender xext" -DESCRIPTION = "X Resize and Rotate extension command." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr" -S = "${WORKDIR}/xrandr" - -inherit autotools pkgconfig - -do_configure_prepend() { - ./autogen.sh -} diff --git a/xrandr/xrandr_cvs.oe b/xrandr/xrandr_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xrandr/xrandr_cvs.oe |