LICENSE = "GPL" DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" DEPENDS = "libao" SRCNAME = "pyao" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ao_libs = ao" >>Setup echo "ao_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ao_include_dir = ${STAGING_INCDIR}" >>Setup } 'header'> cgit logo index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/xorg-lib/libx11
AgeCommit message (Collapse)AuthorFiles
2008-03-05libx11: Fix location of keysymdef.hRichard Purdie1
2008-02-18xorg-lib: Remove unused patches, combine diet-x11 and libx11 patches into ↵Richard Purdie7
the same place
2007-06-21packages/xorg-lib/: move ruutf8.patch and close bug #2541Michael Krelin1
2007-06-19libx11: added patch to alias locale ru_RU.utf8, closing #2526Michael Krelin1
2007-03-09libx11: Fix floating-point error on x86_64 buildhost, closes bug 1940Oyvind Repvik1
2006-08-02diet-x11: move/copy patches to make it compile againMichael Lauer1
2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* ↵Raymond Danks3
directory structure. This is the first step for the update to X11R7.1. This will not build and will be followed by more patches and updates.