Peter Korsgaard
bafe263a41
startup-notification: ensure cross-X11 headers/libs are used
...
And not the host ones.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-17 22:48:06 +02:00
Peter Korsgaard
96c607c93a
startup-notification: fix typo in dependencies line
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-08-29 21:23:56 +02:00
Thomas Petazzoni
362791a7c1
startup-notification: add dependency on xlib_libX11
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-20 22:34:28 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.
Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03 20:22:38 +02:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
John Voltz
23092c4a4a
added startup-notification
2008-03-06 18:25:46 +00:00