summaryrefslogtreecommitdiff
path: root/package/MesaLib
AgeCommit message (Collapse)Author
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-04fix compile on DarwinWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-25make intel driver work on ibm x40Waldemar Brodkorb
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver)
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-16cygwin host build patches, mostly by deactivating packagesWaldemar Brodkorb
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-06-26fix cross-compileWaldemar Brodkorb
2010-06-20do not use ${INSTALL_BIN} for librariesPhil Sutter
Better use ${CP}, as ${INSTALL_BIN} follows the symlinks and therefore creates duplicate files. While here, also fix the build-deps of libXfixes.
2010-06-20MesaLib: add glxinfo and glxgears subpackagesPhil Sutter
As these xdemos reside in their own package but without the necessary infrastructure (this config thingy), I've created a patch from the addon-package.
2010-06-20MesaLib: enable for lemotePhil Sutter
No render support for siliconmotion, so use swraster driver. Also the obligatory SAREA fix is needed here.
2010-06-14port dillo and all needed requirements (part2)Waldemar Brodkorb
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-05-25fix MesaLib cross-compileWaldemar Brodkorb
2010-05-01mesa is ibmx40 only right nowWaldemar Brodkorb
2010-04-28fix some pkg dependenciesWaldemar Brodkorb
2010-04-22fix bulkallmodWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar Brodkorb
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg