diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 274afd1..dff8218 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -450,7 +450,7 @@ fi # Add xorg package if [ "$ENABLE_XORG" = true ] ; then - APT_INCLUDES="${APT_INCLUDES},xorg" + APT_INCLUDES="${APT_INCLUDES},xorg,dbus-x11" fi # Replace selected packages with smaller clones