diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-13 22:04:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-13 22:04:26 +0100 |
commit | a8ad62fc2c2ed762d46aa0b3ae26533f3c146b2f (patch) | |
tree | 948c97d49c8ae4ae0c4f33d4f7bd14d8ab20f516 | |
parent | 3327f7ef006e68206b933e45ba9256c5983fbb3d (diff) |
angstrom feed builder: add xserver-xorg-conf to machine specific section
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index c309c37fdc..d71d57b3bd 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -291,7 +291,9 @@ do task-opie task-opie-all \ task-openmoko-base task-openmoko-debug task-openmoko-examples task-openmoko-linux task-openmoko-native-sdk task-openmoko-net task-openmoko-phone task-openmoko-pim task-openmoko-ui \ angstrom-x11-base-depends angstrom-gpe-task-settings \ + xserver-xorg-conf \ " + do_build done |