aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2014-06-25 20:10:40 +0100
committerD G Turner2014-06-25 20:10:40 +0100
commit1aabc3e1ff8f2d4dc5d0f763013242c3f5b215ab (patch)
tree76345e0286c812abf4252c9b4b02bf704581d891
parentae8d29098623bbfda37537b4eb93ba7ed0c604d6 (diff)
downloadscummvm-rg350-1aabc3e1ff8f2d4dc5d0f763013242c3f5b215ab.tar.gz
scummvm-rg350-1aabc3e1ff8f2d4dc5d0f763013242c3f5b215ab.tar.bz2
scummvm-rg350-1aabc3e1ff8f2d4dc5d0f763013242c3f5b215ab.zip
GPH: Add "small" virtual keyboard pack to GP2X debug port packaging.
-rw-r--r--backends/platform/gph/gp2x-bundle.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/gph/gp2x-bundle.mk b/backends/platform/gph/gp2x-bundle.mk
index 9ca1c46fd8..d430ae6ebe 100644
--- a/backends/platform/gph/gp2x-bundle.mk
+++ b/backends/platform/gph/gp2x-bundle.mk
@@ -53,6 +53,7 @@ gp2x-bundle-debug: $(EXECUTABLE)
$(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(bundle_name)
$(INSTALL) -c -m 644 $(DIST_FILES_ENGINEDATA) $(bundle_name)/engine-data
$(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip $(bundle_name)
+ $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_small.zip $(bundle_name)
$(INSTALL) -c -m 777 $(srcdir)/$(EXECUTABLE) $(bundle_name)/$(EXECUTABLE)