Add xserver-xephyr to Debian/Ubuntu dependencies.

This is needed to be able to start the shell in Xephyr.
This commit is contained in:
Marina Zhurakhinskaya 2009-04-22 16:17:50 -04:00
parent b632801c7c
commit ac64e86932

View File

@ -63,6 +63,7 @@ if test x$system = xUbuntu -o x$system = xDebian ; then
libdbus-glib-1-dev libgconf2-dev libgtk2.0-dev libffi-dev \
libgnome-menu-dev libgnomeui-dev librsvg2-dev libwnck-dev libgl1-mesa-dev \
mesa-common-dev python-dev libreadline5-dev xulrunner-dev \
xserver-xephyr \
; do
if ! dpkg_is_installed $pkg; then
reqd="$pkg $reqd"