summaryrefslogtreecommitdiff
path: root/package/xorg-server
AgeCommit message (Collapse)Author
2012-03-12XAA makes Xorg stableWaldemar Brodkorb
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-10-12enable Xfbdev subpackageWaldemar Brodkorb
2011-10-11add groups audio / video as defaultWaldemar Brodkorb
2011-09-07move devel package to x11/develWaldemar Brodkorb
2011-07-30fix filename, it is xorg.confWaldemar Brodkorb
2011-06-12add yeelong specific xorg configWaldemar Brodkorb
2011-04-18remove unavailableWaldemar Brodkorb
2011-04-14disable udev even if choosenWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar Brodkorb
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
2011-02-24resolve conflictWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-24disable packages for cris, enable more packages by hardware features (vga, ↵Waldemar Brodkorb
input)
2011-01-25update Xorg to 7.6Waldemar Brodkorb
2011-01-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
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-13cosmetic change, use the binary not the linkWaldemar Brodkorb
2010-11-28only set suid bit when installing on targetWaldemar Brodkorb
2010-11-26remove obsolete chmod, added to postinst scriptWaldemar Brodkorb
2010-11-26enable startup as non-rootWaldemar 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-25fix firefox build, update sqlite dependencyWaldemar Brodkorb
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-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-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
2010-06-20Merge branch 'upstream'Waldemar Brodkorb
2010-06-20fix broken output in logWaldemar Brodkorb
2010-06-20xorg-server: fix dri dependenciesPhil Sutter
These *proto packages may be used as PKG_BUILDDEP only, as they actually don't define a real package (missing PKG_template in Makefile). This wasn't a fatal bug, just pkgmaker complaining about it.
2010-06-20xorg-server: enable glx along with driPhil Sutter
2010-06-20libXaw: fix PKG_template invocationPhil Sutter
For the sake of simplicity, we should stick to ${PKG_NAME} here, not the hard-coded lower-case variant of it. This way one has to stick to the original casing of the package name when specifying as dependency, but that's in fact more straight forward than always having to lookup the PKG_template invocation in question.
2010-06-14setuid bit for Xorg is needed, when normal user uses startxWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-06-08xorg-server: add fix for lemote in XAA modePhil Sutter
2010-06-08xorg-server: fix memory mapped IO for lemotePhil Sutter
Apparently this is an update to the original fix, code taken from http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=blob_plain;f=x11-base/xorg-server/files/xorg-server-9999-loongson.patch;hb=2e5b51e34b7a7d0fe92ea9762d1aed9ac0b808c9
2010-06-08xorg-server: enable dpms by defaultPhil Sutter
If you got the balls for Xorg, DPMS shouldn't hurt too much. Besides, xf86-video-siliconmotion really needs it (null-pointer function call otherwise).
2010-06-08xorg-server: lemote target needs --with-int10=stubPhil Sutter
2010-05-20update to latest stable upstreamWaldemar 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
2010-04-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-11still segfaults, trying with 32 Bit userlandWaldemar Brodkorb
2010-03-07update to latest stable upstream, add a mips specific patchWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-22add some font packagesWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-09fix runtime dependencies for xorg-serverWaldemar Brodkorb
2009-12-29add missing xorg dependency, fix ncurses packageWaldemar Brodkorb