summaryrefslogtreecommitdiff
path: root/package/xorg-server
AgeCommit message (Collapse)Author
2018-01-01xorg: make vendor specific info more customizeableWaldemar Brodkorb
2016-11-29Xorg: update Xserver, Xlibs and driversWaldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-23xorg-server: disable dri choice, not compilable without driWaldemar Brodkorb
2016-01-10libXScrnsaver: disable malloc0returnsnullWaldemar Brodkorb
2015-12-29xorg: update all packages to latest stable version, remove mirror.mk entryWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-05-29update mesa to latest stable upstreamWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-02-06update xorg-server to latest stable versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-12update to latest upstream version, rename to lowercaseWaldemar Brodkorb
2014-06-04fix runtime dependsWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-30more work need to be done, Xorg still brokenWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-15add some musl fixesWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
update Xorg / Mesa Conflicts: TODO
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2014-01-06musl fixes after update to 0.9.15Waldemar Brodkorb
2013-12-23fix musl compileWaldemar Brodkorb
2013-11-20fix musl compile, when xorg package collection is selected. X still does not ↵Waldemar Brodkorb
work with musl
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21resolve conflictsWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-21disable xorg-server for m68k buildsWaldemar Brodkorb
2013-05-06fix dillo crashes on Lemote Yeelong, disable software cursorWaldemar Brodkorb
2013-05-02update Xorg to 7.7Waldemar Brodkorb
2013-02-11fix compile issuesWaldemar Brodkorb
2013-02-01libgcc requiredWaldemar Brodkorb
2012-10-04fix devfs device node usage (vc/6)Waldemar Brodkorb
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.