diff --git a/debian/changelog b/debian/changelog index 50b79a17..d21627e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.157) saucy; urgency=low + + * add xserver-xorg-input-evdev-omap-revert and + xserver-xorg-video-omap-revert to panda builds + + -- Oliver Grawert Fri, 12 Jul 2013 11:03:34 +0200 + livecd-rootfs (2.156) saucy; urgency=low * fix build stamp handling for ubuntu-touch (requires an RT to have IS diff --git a/live-build/auto/config b/live-build/auto/config index ed285942..d7c6bbab 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -316,7 +316,7 @@ case $ARCH in add_package install u-boot-linaro-omap4-panda u-boot-tools ;; *) - add_package install u-boot-linaro-omap4-panda u-boot-tools pvr-omap4 + add_package install u-boot-linaro-omap4-panda u-boot-tools pvr-omap4 xserver-xorg-video-omap-revert xserver-xorg-input-evdev-omap-revert ;; esac BINARY_REMOVE_LINUX=false