diff --git a/recipes-images/usbistic/usbistic.bb b/recipes-images/usbistic/usbistic.bb index 400d1d9..95603d4 100644 --- a/recipes-images/usbistic/usbistic.bb +++ b/recipes-images/usbistic/usbistic.bb @@ -11,9 +11,17 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear" -GAMELIST = "freeciv \ - etr \ - " +FREECIV = "\ + freeciv-server \ + freeciv-gtk2 \ + freeciv-gtk3 \ + freeciv-qt \ +" + +GAMELIST = "\ + ${FREECIV} \ + etr \ +" IMAGE_INSTALL += " \ packagegroup-core-boot \