buildroot.git
15 years agoxfs is a mainline filesystem with no alternative regarding tools in busybox, remove...
Nigel Kukard [Wed, 28 Jan 2009 13:16:27 +0000 (13:16 -0000)]
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated

15 years ago* Cleanup of prefix
Nigel Kukard [Wed, 28 Jan 2009 13:14:51 +0000 (13:14 -0000)]
* Cleanup of prefix

15 years agoConfig.in: remove extra white space added in r25086.
Peter Korsgaard [Wed, 28 Jan 2009 07:59:48 +0000 (07:59 -0000)]
Config.in: remove extra white space added in r25086.

Thanks to HcE for noticing.

15 years agofix configuration wrt elf2flt
Peter Korsgaard [Wed, 28 Jan 2009 06:32:39 +0000 (06:32 -0000)]
fix configuration wrt elf2flt

The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not
in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly.

Also the BFLT binary format is always stripped by definition, so it is
incompatible with any kind of stripping option.

Signed-off-by: Nicolas Pitre <nico@cam.org>
15 years agoelf2flt: fix link
Peter Korsgaard [Wed, 28 Jan 2009 06:32:33 +0000 (06:32 -0000)]
elf2flt: fix link

Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.

15 years agoMakefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
Peter Korsgaard [Wed, 28 Jan 2009 06:32:28 +0000 (06:32 -0000)]
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)

As requested on irc.

15 years agowebkit: depend on C++ + wchar support in toolkit, as icu needs it
Peter Korsgaard [Tue, 27 Jan 2009 15:10:08 +0000 (15:10 -0000)]
webkit: depend on C++ + wchar support in toolkit, as icu needs it

15 years agowebkit: don't depend on X server
Peter Korsgaard [Tue, 27 Jan 2009 15:02:40 +0000 (15:02 -0000)]
webkit: don't depend on X server

15 years agolibxml2: stop continous rerun of post-extract target
Peter Korsgaard [Tue, 27 Jan 2009 15:02:34 +0000 (15:02 -0000)]
libxml2: stop continous rerun of post-extract target

Touch stamp file (seems to have been missed by r23656).

15 years agoicu: needs wchar support in toolchain as well
Peter Korsgaard [Tue, 27 Jan 2009 15:02:29 +0000 (15:02 -0000)]
icu: needs wchar support in toolchain as well

15 years agoicu: add project url to help text
Peter Korsgaard [Tue, 27 Jan 2009 15:02:25 +0000 (15:02 -0000)]
icu: add project url to help text

15 years agoicu: needs C++ support in toolchain
Peter Korsgaard [Tue, 27 Jan 2009 15:02:22 +0000 (15:02 -0000)]
icu: needs C++ support in toolchain

15 years agowebkit: revert r24983 (Disable webkit (with comment) if X is not available)
Peter Korsgaard [Tue, 27 Jan 2009 15:02:13 +0000 (15:02 -0000)]
webkit: revert r24983 (Disable webkit (with comment) if X is not available)

Webkit doesn't need X.

15 years agoUpdate at91rm9200df BSP
Ulf Samuelsson [Tue, 27 Jan 2009 06:05:15 +0000 (06:05 -0000)]
Update at91rm9200df BSP

15 years agoalsa-lib: fix typo in -source target
Peter Korsgaard [Tue, 27 Jan 2009 05:43:29 +0000 (05:43 -0000)]
alsa-lib: fix typo in -source target

15 years agoCreate a common BR2_COPYTO to prepare to replace
Ulf Samuelsson [Mon, 26 Jan 2009 23:52:31 +0000 (23:52 -0000)]
Create a common BR2_COPYTO to prepare to replace
all the different COPYTOs spread out all over
Buildroot.
Generate COPY_FILE subroutine which can be used
to copy a file.

$(COPY_FILE , file, directory, filename)
This will copy to binary dir and to the selected
copy dir if set in new config (intended to replace
all old COPYTO configs)

This is overridden by BUILDROOT_COPYTO,
if set into the environment.

15 years agoUpdate at91sam9260dfc BSP
Ulf Samuelsson [Mon, 26 Jan 2009 21:19:05 +0000 (21:19 -0000)]
Update at91sam9260dfc BSP

15 years agotarget/device/Atmel/arch-avr32: remove old unused kernel patches
Peter Korsgaard [Mon, 26 Jan 2009 21:10:11 +0000 (21:10 -0000)]
target/device/Atmel/arch-avr32: remove old unused kernel patches

As discussed on the list:

22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than
             2.6.27

15 years agotoolchain/kernel-headers: remove ancient (and unused) patches
Peter Korsgaard [Mon, 26 Jan 2009 21:02:25 +0000 (21:02 -0000)]
toolchain/kernel-headers: remove ancient (and unused) patches

15 years agotoolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches
Peter Korsgaard [Mon, 26 Jan 2009 21:02:15 +0000 (21:02 -0000)]
toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches

15 years agoUpdate documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup
Ulf Samuelsson [Mon, 26 Jan 2009 20:26:16 +0000 (20:26 -0000)]
Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup

15 years agoReplace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
Ulf Samuelsson [Mon, 26 Jan 2009 20:17:06 +0000 (20:17 -0000)]
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS

15 years agoMakefile: fix typo introduced in r25601
Peter Korsgaard [Mon, 26 Jan 2009 19:42:47 +0000 (19:42 -0000)]
Makefile: fix typo introduced in r25601

15 years agolibcgicc: don't build demos
Peter Korsgaard [Mon, 26 Jan 2009 19:41:47 +0000 (19:41 -0000)]
libcgicc: don't build demos

And remove unneeded patch for demos while we're at it.

15 years agolibcgicc: install to usr/lib
Peter Korsgaard [Mon, 26 Jan 2009 19:41:32 +0000 (19:41 -0000)]
libcgicc: install to usr/lib

15 years agoFix spelling error in Makefile comment
Ulf Samuelsson [Mon, 26 Jan 2009 19:37:54 +0000 (19:37 -0000)]
Fix spelling error in Makefile comment

15 years agopackage/: depend on toolchain C++ config, don't use select
Peter Korsgaard [Mon, 26 Jan 2009 19:19:10 +0000 (19:19 -0000)]
package/: depend on toolchain C++ config, don't use select

select should only be used for package (library) dependencies.

15 years agolibcgicc: depend on toolchain config, don't use select
Peter Korsgaard [Mon, 26 Jan 2009 19:14:18 +0000 (19:14 -0000)]
libcgicc: depend on toolchain config, don't use select

select should only be used for package (library) dependencies.

15 years agolibglib2: move HOST_GLIB detection to glib package
Peter Korsgaard [Mon, 26 Jan 2009 19:10:41 +0000 (19:10 -0000)]
libglib2: move HOST_GLIB detection to glib package

Makes more sense to have it here, and easier to change once we start
building host-glib.

15 years agolibglib2: halt build early with description if host glib-genmarshal isn't found
Peter Korsgaard [Mon, 26 Jan 2009 18:17:57 +0000 (18:17 -0000)]
libglib2: halt build early with description if host glib-genmarshal isn't found

15 years agolinux/advanced: default to make menuconfig
Peter Korsgaard [Mon, 26 Jan 2009 16:25:17 +0000 (16:25 -0000)]
linux/advanced: default to make menuconfig

15 years agoacpid: remove unused legacy patches
Peter Korsgaard [Mon, 26 Jan 2009 15:28:05 +0000 (15:28 -0000)]
acpid: remove unused legacy patches

As discussed on the list.

15 years agoliboil: don't build examples
Peter Korsgaard [Mon, 26 Jan 2009 14:49:37 +0000 (14:49 -0000)]
liboil: don't build examples

15 years agou-boot: halt build early with description if no u-boot board name is set
Peter Korsgaard [Mon, 26 Jan 2009 14:49:19 +0000 (14:49 -0000)]
u-boot: halt build early with description if no u-boot board name is set

15 years agou-boot: clean up after Ulf
Peter Korsgaard [Mon, 26 Jan 2009 14:49:00 +0000 (14:49 -0000)]
u-boot: clean up after Ulf

As discussed on the list.

15 years agou-boot: mark 2008.10 version as recent
Peter Korsgaard [Mon, 26 Jan 2009 14:04:10 +0000 (14:04 -0000)]
u-boot: mark 2008.10 version as recent

15 years agoFix erronous mkimage target
Ulf Samuelsson [Mon, 26 Jan 2009 11:46:44 +0000 (11:46 -0000)]
Fix erronous mkimage target

15 years agoRevert bad patch to fix linux rebuild problem
Ulf Samuelsson [Mon, 26 Jan 2009 10:38:00 +0000 (10:38 -0000)]
Revert bad patch to fix linux rebuild problem

15 years agomplayer: add -fomit-frame-pointer for i386
Peter Korsgaard [Mon, 26 Jan 2009 09:22:52 +0000 (09:22 -0000)]
mplayer: add -fomit-frame-pointer for i386

This seems to be required to compile some of the inline asm.

This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints

While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.

Also see http://bugs.uclibc.org/view.php?id=4604

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agomplayer: add patch due to missing sys/timeb.h
Peter Korsgaard [Mon, 26 Jan 2009 09:22:47 +0000 (09:22 -0000)]
mplayer: add patch due to missing sys/timeb.h

This include file is only available, if uClibc is compiled with
UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
mplayer at all.

This solves the following compiler error:
win32.c:67:23: error: sys/timeb.h: No such file or directory

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agolibsexy: remove trailing newline from r24996
Peter Korsgaard [Mon, 26 Jan 2009 06:30:59 +0000 (06:30 -0000)]
libsexy: remove trailing newline from r24996

15 years agoasterisk: mark as BROKEN and remove obsolete patch
Peter Korsgaard [Mon, 26 Jan 2009 06:28:03 +0000 (06:28 -0000)]
asterisk: mark as BROKEN and remove obsolete patch

Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.

15 years agoirda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
Peter Korsgaard [Mon, 26 Jan 2009 06:13:06 +0000 (06:13 -0000)]
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED

Or we should simply delete the dir.

15 years agomysql_client: fix deps and clean up configure args
Peter Korsgaard [Mon, 26 Jan 2009 05:51:31 +0000 (05:51 -0000)]
mysql_client: fix deps and clean up configure args

mysql client needs ncurses, readline and C++

15 years agoAdd help for packages without AVR32 support
Ulf Samuelsson [Mon, 26 Jan 2009 00:34:02 +0000 (00:34 -0000)]
Add help for packages without AVR32 support

15 years agoAdd comment on brokenness of Asterisk
Ulf Samuelsson [Mon, 26 Jan 2009 00:16:11 +0000 (00:16 -0000)]
Add comment on brokenness of Asterisk

15 years agodeprecate libfloat, package is obsolete
Ulf Samuelsson [Mon, 26 Jan 2009 00:14:56 +0000 (00:14 -0000)]
deprecate libfloat, package is obsolete

15 years agoDeprecate ltt, package is obsolete and replaced by ltt-ng
Ulf Samuelsson [Mon, 26 Jan 2009 00:14:19 +0000 (00:14 -0000)]
Deprecate ltt, package is obsolete and replaced by ltt-ng

15 years agoDeprecate modutils, only for ancient 2.4 kernels
Ulf Samuelsson [Mon, 26 Jan 2009 00:13:29 +0000 (00:13 -0000)]
Deprecate modutils, only for ancient 2.4 kernels

15 years agoDeprecate irda-utils, makefile totally broken
Ulf Samuelsson [Mon, 26 Jan 2009 00:12:47 +0000 (00:12 -0000)]
Deprecate irda-utils, makefile totally broken

15 years agoDeprecate xfsprogs, no support for XFS in Buildroot
Ulf Samuelsson [Mon, 26 Jan 2009 00:12:02 +0000 (00:12 -0000)]
Deprecate xfsprogs, no support for XFS in Buildroot

15 years agoreinstitute comment thaat spooler does not work
Ulf Samuelsson [Sun, 25 Jan 2009 23:51:54 +0000 (23:51 -0000)]
reinstitute comment thaat spooler does not work

15 years agoAdd explanation why examples are disabled for liboil
Ulf Samuelsson [Sun, 25 Jan 2009 23:47:47 +0000 (23:47 -0000)]
Add explanation why examples are disabled for liboil

15 years agoAvoid the use of subshell in microperl
Ulf Samuelsson [Sun, 25 Jan 2009 23:44:53 +0000 (23:44 -0000)]
Avoid the use of subshell in microperl

15 years agoUpdate patchlevels for linux-2.6.25/27/28
Ulf Samuelsson [Sun, 25 Jan 2009 23:42:09 +0000 (23:42 -0000)]
Update patchlevels for linux-2.6.25/27/28

15 years agoFix exec-prefix for libeXosip2
Ulf Samuelsson [Sun, 25 Jan 2009 23:32:13 +0000 (23:32 -0000)]
Fix exec-prefix for libeXosip2

15 years agoexec-profix fix for cups
Ulf Samuelsson [Sun, 25 Jan 2009 23:16:11 +0000 (23:16 -0000)]
exec-profix fix for cups

15 years agoEnsure /boot exists, Write linux version to file,in case the kernel version has chang...
Ulf Samuelsson [Sun, 25 Jan 2009 23:14:55 +0000 (23:14 -0000)]
Ensure /boot exists, Write linux version to file,in case the kernel version has changed after the first build

15 years agoUpdate verification scripts and status for ARM build
Ulf Samuelsson [Sun, 25 Jan 2009 23:09:12 +0000 (23:09 -0000)]
Update verification scripts and status for ARM build

15 years agoFlush configuration cache, needed if config has changed
Ulf Samuelsson [Sun, 25 Jan 2009 23:01:22 +0000 (23:01 -0000)]
Flush configuration cache, needed if config has changed

15 years agoRevert Atmel boards back to desired operation
Ulf Samuelsson [Sun, 25 Jan 2009 21:53:14 +0000 (21:53 -0000)]
Revert Atmel boards back to desired operation

15 years agoUse new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD
Ulf Samuelsson [Sun, 25 Jan 2009 21:48:33 +0000 (21:48 -0000)]
Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD
which will override selection between xconfig and menuconfig

make xconfig will, if it fails, or user does not save configuration
result in make menuconfig beeing tried

Fix several issues causing final part of linux to be regenerated
on each make.

15 years agoUpdate at91sam9261ek BSP
Ulf Samuelsson [Sun, 25 Jan 2009 21:01:33 +0000 (21:01 -0000)]
Update at91sam9261ek BSP

15 years agoFix spelling error, causing php to use host includes, add patching and unpacked targets
Ulf Samuelsson [Sun, 25 Jan 2009 20:59:30 +0000 (20:59 -0000)]
Fix spelling error, causing php to use host includes, add patching and unpacked targets

15 years agoStop dbus continuos rebuild, fix deps
Ulf Samuelsson [Sun, 25 Jan 2009 20:55:31 +0000 (20:55 -0000)]
Stop dbus continuos rebuild, fix deps

15 years agoMake cups build, support perl/php option
Ulf Samuelsson [Sun, 25 Jan 2009 20:53:43 +0000 (20:53 -0000)]
Make cups build, support perl/php option

15 years agoSupport libiconv option for popt
Ulf Samuelsson [Sun, 25 Jan 2009 20:50:59 +0000 (20:50 -0000)]
Support libiconv option for popt

15 years agoUse prefix=/usr for libeXosip2
Ulf Samuelsson [Sun, 25 Jan 2009 20:44:23 +0000 (20:44 -0000)]
Use prefix=/usr for libeXosip2

15 years agoqtopia4: fix and improve color/pixel depths config
Peter Korsgaard [Sun, 25 Jan 2009 20:19:06 +0000 (20:19 -0000)]
qtopia4: fix and improve color/pixel depths config

Also fix whitespace and use an existing variable for qmake.conf, which
was forgotten in r23828, though it's only commented out.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agoMakefile: globally define variables used at different places
Peter Korsgaard [Sun, 25 Jan 2009 20:19:01 +0000 (20:19 -0000)]
Makefile: globally define variables used at different places

$(comma) and $(space) are used in packages and the toolchain.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agokernel-headers: bump 2.6.27 / 2.6.28 to latest stable
Peter Korsgaard [Sun, 25 Jan 2009 20:11:45 +0000 (20:11 -0000)]
kernel-headers: bump 2.6.27 / 2.6.28 to latest stable

15 years agotarget/linux-advanced: default to menuconfig for all archs
Peter Korsgaard [Sun, 25 Jan 2009 20:11:31 +0000 (20:11 -0000)]
target/linux-advanced: default to menuconfig for all archs

Default to menuconfig for atmel targets as well, mention QT3 dependency
for make xconfig and update affected defconfigs.

15 years agoPart of NcFTP depends on ncurses, create dependencies, if needed
Ulf Samuelsson [Sun, 25 Jan 2009 08:18:35 +0000 (08:18 -0000)]
Part of NcFTP depends on ncurses, create dependencies, if needed

15 years agoliboil make fails on ARM with release toolset for a few unneeded examples due to...
Ulf Samuelsson [Sun, 25 Jan 2009 08:16:53 +0000 (08:16 -0000)]
liboil make fails on ARM with release toolset for a few unneeded examples due to use of hidden __clz_tab, do not build them for now, but problem may need further examination

15 years agoFix make problems with perl
Ulf Samuelsson [Sun, 25 Jan 2009 08:14:37 +0000 (08:14 -0000)]
Fix make problems with perl

15 years agoFix buildall script to use testbed in scripts/test
Ulf Samuelsson [Sat, 24 Jan 2009 13:34:21 +0000 (13:34 -0000)]
Fix buildall script to use testbed in scripts/test

15 years agoAdd test configuration but do not include it by default
Ulf Samuelsson [Sat, 24 Jan 2009 11:29:10 +0000 (11:29 -0000)]
Add test configuration but do not include it by default

15 years agoMake toolchain configration to fix mpg123 global and move to Makefile
Ulf Samuelsson [Sat, 24 Jan 2009 11:27:47 +0000 (11:27 -0000)]
Make toolchain configration to fix mpg123 global and move to Makefile

15 years agompg123: remove unused legacy patch
Peter Korsgaard [Sat, 24 Jan 2009 10:31:32 +0000 (10:31 -0000)]
mpg123: remove unused legacy patch

15 years agoAdd linux config for at91sam9261ek
Ulf Samuelsson [Sat, 24 Jan 2009 10:23:00 +0000 (10:23 -0000)]
Add linux config for at91sam9261ek

15 years agofreetype: fix typo
Peter Korsgaard [Sat, 24 Jan 2009 10:20:36 +0000 (10:20 -0000)]
freetype: fix typo

15 years agoUpdate at91sam9260dfc BSP
Ulf Samuelsson [Sat, 24 Jan 2009 10:16:53 +0000 (10:16 -0000)]
Update at91sam9260dfc BSP

15 years agoAdd fix to mpg123 for bug in ARM release toolchain causing segment violation, bug...
Ulf Samuelsson [Sat, 24 Jan 2009 10:15:05 +0000 (10:15 -0000)]
Add fix to mpg123 for bug in ARM release toolchain causing segment violation, bug reported to gcc bugzilla

15 years agofreetype: only depend on zlib if it is available
Peter Korsgaard [Sat, 24 Jan 2009 08:31:22 +0000 (08:31 -0000)]
freetype: only depend on zlib if it is available

The dependency is only there so zlib gets built before freetype if it's
available (for shared configure cache)

15 years agotoolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig
Peter Korsgaard [Sat, 24 Jan 2009 06:44:17 +0000 (06:44 -0000)]
toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig

UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause
segfaults on some architectures, so disable it.

Reported and tracked down by "QuickX" <quickx@hotmail.com>.

15 years agolibsexy: unbreak build
Peter Korsgaard [Sat, 24 Jan 2009 06:44:13 +0000 (06:44 -0000)]
libsexy: unbreak build

libsexy doesn't depend on libX11, but it does need libxml2.

15 years agoRevert r24982 (Disable libsexy (with comment) if X is not available)
Peter Korsgaard [Sat, 24 Jan 2009 06:44:04 +0000 (06:44 -0000)]
Revert r24982 (Disable libsexy (with comment) if X is not available)

It's wrong, libsexy doesn't depend on an X server.

15 years agoMake sure libdnet does not find unsupported libcheck, in host
Ulf Samuelsson [Sat, 24 Jan 2009 06:25:40 +0000 (06:25 -0000)]
Make sure libdnet does not find unsupported libcheck, in host

15 years agoFix unroll bug for ARM toolchain
Ulf Samuelsson [Fri, 23 Jan 2009 23:03:25 +0000 (23:03 -0000)]
Fix unroll bug for ARM toolchain

15 years agoFix static lib dep for ncurses
Ulf Samuelsson [Fri, 23 Jan 2009 23:02:15 +0000 (23:02 -0000)]
Fix static lib dep for ncurses

15 years agodocs/news.html: announce -rc2
Peter Korsgaard [Fri, 23 Jan 2009 21:06:05 +0000 (21:06 -0000)]
docs/news.html: announce -rc2

15 years agoRevert r24952 (BR2_TARGET_TEST_PACKAGES)
Peter Korsgaard [Fri, 23 Jan 2009 20:45:30 +0000 (20:45 -0000)]
Revert r24952 (BR2_TARGET_TEST_PACKAGES)

As discussed on the list. It is already out of date
(BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution
and breaks the make allyesconfig; make menuconfig / sed workflow.

15 years agopackage/: remove deprecated and broken raidtool2 package
Peter Korsgaard [Fri, 23 Jan 2009 20:38:05 +0000 (20:38 -0000)]
package/: remove deprecated and broken raidtool2 package

15 years agoBump AT91 u-boot patches to 2009.01
Ulf Samuelsson [Fri, 23 Jan 2009 19:41:42 +0000 (19:41 -0000)]
Bump AT91 u-boot patches to 2009.01

15 years agoUpdate at91sam9263ek BSP
Ulf Samuelsson [Fri, 23 Jan 2009 18:05:25 +0000 (18:05 -0000)]
Update at91sam9263ek BSP

15 years agoUse default configure options to allow sawman build to complete with ccache
Ulf Samuelsson [Fri, 23 Jan 2009 17:50:34 +0000 (17:50 -0000)]
Use default configure options to allow sawman build to complete with ccache

15 years agoDisable webkit (with comment) if X is not available
Ulf Samuelsson [Fri, 23 Jan 2009 17:49:07 +0000 (17:49 -0000)]
Disable webkit (with comment) if X is not available

15 years agoDisable libsexy (with comment) if X is not available
Ulf Samuelsson [Fri, 23 Jan 2009 17:48:49 +0000 (17:48 -0000)]
Disable libsexy (with comment) if X is not available

15 years agokernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)
Peter Korsgaard [Fri, 23 Jan 2009 13:12:57 +0000 (13:12 -0000)]
kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)

15 years agokernel-headers: rename 2.6.25/2.6.28 patches to match current stable versions
Peter Korsgaard [Fri, 23 Jan 2009 13:12:51 +0000 (13:12 -0000)]
kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versions

Otherwise they won't get applied.